WAppBar constructor
const
WAppBar({
- Key? key,
- Widget? title,
- String? className,
- List<
Widget> ? actions, - Widget? leading,
- bool automaticallyImplyLeading = true,
- Color? backgroundColor,
- Color? foregroundColor,
- double? elevation,
- List<
BoxShadow> ? boxShadow, - double? height,
- EdgeInsetsGeometry? padding,
- bool centerTitle = true,
- double? titleSpacing,
- double? toolbarOpacity = 1.0,
- double? bottomOpacity = 1.0,
Implementation
const WAppBar({
super.key,
this.title,
this.className,
this.actions,
this.leading,
this.automaticallyImplyLeading = true,
this.backgroundColor,
this.foregroundColor,
this.elevation,
this.boxShadow,
this.height,
this.padding,
this.centerTitle = true,
this.titleSpacing,
this.toolbarOpacity = 1.0,
this.bottomOpacity = 1.0,
});