PlexAppBar constructor

const PlexAppBar({
  1. Key? key,
  2. Widget? leading,
  3. bool automaticallyImplyLeading = true,
  4. Widget? title,
  5. List<Widget>? actions,
  6. Widget? flexibleSpace,
  7. PreferredSizeWidget? bottom,
  8. double? elevation,
  9. Color? backgroundColor,
  10. Color? foregroundColor,
  11. Color? shadowColor,
  12. Color? surfaceTintColor,
  13. ShapeBorder? shape,
  14. double? toolbarHeight,
  15. double? leadingWidth,
  16. bool? centerTitle,
  17. double? titleSpacing,
  18. IconThemeData? iconTheme,
  19. IconThemeData? actionsIconTheme,
  20. SystemUiOverlayStyle? systemOverlayStyle,
  21. bool primary = true,
})

Implementation

const PlexAppBar({
  super.key,
  this.leading,
  this.automaticallyImplyLeading = true,
  this.title,
  this.actions,
  this.flexibleSpace,
  this.bottom,
  this.elevation,
  this.backgroundColor,
  this.foregroundColor,
  this.shadowColor,
  this.surfaceTintColor,
  this.shape,
  this.toolbarHeight,
  this.leadingWidth,
  this.centerTitle,
  this.titleSpacing,
  this.iconTheme,
  this.actionsIconTheme,
  this.systemOverlayStyle,
  this.primary = true,
});