migrate to mih_package_tooklit

This commit is contained in:
2026-03-20 12:04:18 +02:00
parent c67529dbac
commit e5ce03e396
31 changed files with 47 additions and 50 deletions

View File

@@ -21,6 +21,7 @@ class _MIHPrintPreviewState extends State<MIHPrintPreview> {
icon: const Icon(
Icons.close,
),
iconColor: MihColors.secondary(),
iconSize: 35,
onTap: () {
Navigator.pop(context);

View File

@@ -35,6 +35,7 @@ class _MihFleViewerState extends State<MihFleViewer> {
MihPackageAction getAction() {
return MihPackageAction(
icon: const Icon(Icons.fullscreen_exit),
iconColor: MihColors.secondary(),
iconSize: 35,
onTap: () {
context.pop();