FastAppInfoPage<T> constructor

const FastAppInfoPage<T>({
  1. Key? key,
  2. void onNavigationItemTap(
    1. BuildContext context,
    2. FastItem<T>
    )?,
  3. EdgeInsets? headerPadding,
  4. EdgeInsets? contentPadding,
  5. EdgeInsets? footerPadding,
  6. String? footerText,
  7. String? titleText,
  8. List<Widget>? actions,
  9. Widget? header,
  10. bool showEraseContentSettingsButton = true,
  11. List<FastNavigationCategoryDescriptor<T>> categoryDescriptors = const [],
  12. bool showAppVersion = true,
  13. bool showAppBar = true,
})

Implementation

const FastAppInfoPage({
  super.key,
  this.onNavigationItemTap,
  this.headerPadding,
  this.contentPadding,
  this.footerPadding,
  this.footerText,
  this.titleText,
  this.actions,
  this.header,
  this.showEraseContentSettingsButton = true,
  this.categoryDescriptors = const [],
  this.showAppVersion = true,
  this.showAppBar = true,
});