FastAppBar constructor
const
FastAppBar({
- String title = '',
- bool showBackIcon = true,
- bool showShadow = false,
- List<
Widget> ? rightDMActions = const [], - Color? backgroundColor,
- Color? mainColor,
- Widget? titleW,
- PreferredSizeWidget? bottom,
- Widget? leading,
- bool isCenterTitle = true,
- Brightness? brightness,
- VoidCallback? onBack,
Implementation
const FastAppBar({
this.title = '',
this.showBackIcon = true,
this.showShadow = false,
this.rightDMActions = const [],
this.backgroundColor,
this.mainColor,
this.titleW,
this.bottom,
this.leading,
this.isCenterTitle = true,
this.brightness,
this.onBack,
});