FastAppBar constructor

const FastAppBar({
  1. String title = '',
  2. bool showBackIcon = true,
  3. bool showShadow = false,
  4. List<Widget>? rightDMActions = const [],
  5. Color? backgroundColor,
  6. Color? mainColor,
  7. Widget? titleW,
  8. PreferredSizeWidget? bottom,
  9. Widget? leading,
  10. bool isCenterTitle = true,
  11. Brightness? brightness,
  12. 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,
});