MyAppBarTheme constructor
const
MyAppBarTheme({
- Key? key,
- required dynamic title,
- Widget? titleWidget,
- double? elevation,
- bool? centerTitle,
- List<
Widget> ? actions, - SystemUiOverlayStyle? systemOverlayStyle,
- Color? backgroundColor,
- Color? color,
- bool automaticallyImplyLeading = true,
- IconThemeData? iconTheme,
- Widget? leading,
- bool showLeading = true,
- PreferredSizeWidget? bottom,
Implementation
const MyAppBarTheme({
super.key,
required this.title,
this.titleWidget,
this.elevation,
this.centerTitle,
this.actions,
this.systemOverlayStyle,
this.backgroundColor,
this.color,
this.automaticallyImplyLeading = true,
this.iconTheme,
this.leading,
this.showLeading=true,
this.bottom,
});