FastAppInfoPage<T> constructor
const
FastAppInfoPage<T> ({
- Key? key,
- EdgeInsets? headerPadding,
- EdgeInsets? contentPadding,
- String? titleText,
- List<
Widget> ? actions, - Widget? header,
- bool showEraseContentSettingsButton = true,
- List<
FastNavigationCategoryDescriptor< categoryDescriptors = const [],T> > - bool showAppVersion = true,
- 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,
});