GunAppBar constructor
const
GunAppBar({
- Key? key,
- GunBehavior? behavior = GunBehavior.SCROLLED,
- required GunAppBarType type,
- double? elevation = 0,
- Color? backgroundColor,
- Decoration? decoration,
- List<
GunAction> ? leading, - Color? leadingColor,
- WillPopCallback? leadingOnTap,
- List<
GunAction> ? actions, - String? title,
- TextStyle? titleStyle,
- Widget? titles,
- Widget? backgroundImage,
- double? height,
- double? sizeIcon,
Implementation
const GunAppBar(
{Key? key,
this.behavior = GunBehavior.SCROLLED,
required this.type,
// this.height,
this.elevation = 0,
this.backgroundColor,
this.decoration,
this.leading,
this.leadingColor,
this.leadingOnTap,
this.actions,
this.title,
this.titleStyle,
this.titles,
this.backgroundImage,
this.height,
this.sizeIcon})
: super(key: key);