ReadyAppBar constructor
const
ReadyAppBar({
- Key? key,
- String? titleText,
- Widget? titleWidget,
- String? subtitle,
- Widget? leading,
- List<
Widget> ? actions, - bool centerTitle = true,
- double elevation = 0,
- Color? backgroundColor,
- TextStyle? titleTextStyle,
- TextStyle? subtitleTextStyle,
- PreferredSizeWidget? bottom,
- IconThemeData? iconTheme,
- Color? foregroundColor,
- bool automaticallyImplyLeading = false,
- double? titleSpacing,
- ShapeBorder? shape,
- Widget? flexibleSpace,
Creates a ReadyAppBar widget.
Implementation
const ReadyAppBar({
super.key,
this.titleText,
this.titleWidget,
this.subtitle,
this.leading,
this.actions,
this.centerTitle = true,
this.elevation = 0,
this.backgroundColor,
this.titleTextStyle,
this.subtitleTextStyle,
this.bottom,
this.iconTheme,
this.foregroundColor,
this.automaticallyImplyLeading = false,
this.titleSpacing,
this.shape,
this.flexibleSpace,
});