FpjWidgetPage constructor
const
FpjWidgetPage({
- Key? key,
- required Widget page,
- Function? onPush,
- Function? onVisible,
- TextStyle? defaultTextStyle,
- Function? onActive,
- Function? onInactive,
- Brightness statusBarBrightness = Brightness.light,
- Color? bgColor,
- String? title,
- Color? titleColor,
- Function? onInvisible,
- Color? iconColor,
- bool? resizeToAvoidBottomInset,
- List<
Widget> ? actionChilds, - Function? onPop,
- bool? autoClearFocus = true,
Implementation
const FpjWidgetPage({
super.key,
required this.page,
this.onPush,
this.onVisible,
this.defaultTextStyle,
this.onActive,
this.onInactive,
this.statusBarBrightness = Brightness.light,
this.bgColor,
this.title,
this.titleColor,
this.onInvisible,
this.iconColor,
this.resizeToAvoidBottomInset,
this.actionChilds,
this.onPop,
this.autoClearFocus = true,
});