Changelog file update and final tweeks

This commit is contained in:
2026-03-09 09:55:22 +02:00
parent 90b7f657f7
commit 1179336bec
4 changed files with 18 additions and 6 deletions

View File

@@ -32,15 +32,15 @@ class MihPackage extends StatefulWidget {
/// The floating action button or primary action trigger for this package.
final Widget packageActionButton;
/// The titles displayed in the header for each corresponding page.
final List<String> packageToolTitles;
/// The toolbar widget containing icons that correspond to the [packageToolBodies] pages.
final MihPackageTools packageTools;
/// The list of main content widgets for each "page" of the package.
final List<Widget> packageToolBodies;
/// The titles displayed in the header for each corresponding page.
final List<String> packageToolTitles;
/// An optional drawer for secondary actions.
final Drawer? actionDrawer;