FHeaderStyle constructor
const
FHeaderStyle({
- required SystemUiOverlayStyle systemOverlayStyle,
- required EdgeInsetsGeometry padding,
- required TextStyle titleTextStyle,
- required FHeaderActionStyle actionStyle,
- BoxConstraints constraints = const BoxConstraints(),
- Decoration decoration = const BoxDecoration(),
- ImageFilter? backgroundFilter,
- double actionSpacing = 0,
- FVariants<
FPlatformVariantConstraint, FPlatformVariant, bool, Delta> slidableActions = const .all(true),
Creates a FHeaderStyle.
Implementation
const FHeaderStyle({
required this.systemOverlayStyle,
required this.padding,
required this.titleTextStyle,
required this.actionStyle,
this.constraints = const BoxConstraints(),
this.decoration = const BoxDecoration(),
this.backgroundFilter,
this.actionSpacing = 0,
this.slidableActions = const .all(true),
});