migrate to mih_package_tooklit

This commit is contained in:
Yasien Mac Mini 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();