PlexAppBar constructor
const
PlexAppBar({
- Key? key,
- Widget? leading,
- bool automaticallyImplyLeading = true,
- Widget? title,
- List<
Widget> ? actions, - Widget? flexibleSpace,
- PreferredSizeWidget? bottom,
- double? elevation,
- Color? backgroundColor,
- Color? foregroundColor,
- Color? shadowColor,
- Color? surfaceTintColor,
- ShapeBorder? shape,
- double? toolbarHeight,
- double? leadingWidth,
- bool? centerTitle,
- double? titleSpacing,
- IconThemeData? iconTheme,
- IconThemeData? actionsIconTheme,
- SystemUiOverlayStyle? systemOverlayStyle,
- 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,
});