FPopoverMenuStyle constructor
const
FPopoverMenuStyle({
- required FItemGroupStyle itemGroupStyle,
- required FTileGroupStyle tileGroupStyle,
- required BoxDecoration decoration,
- double maxWidth = 250,
- ImageFilter barrierFilter(
- double animation
- ImageFilter backgroundFilter(
- double animation
- EdgeInsetsGeometry viewInsets = const EdgeInsets.all(5),
Creates a FPopoverMenuStyle.
Implementation
const FPopoverMenuStyle({
required this.itemGroupStyle,
required this.tileGroupStyle,
required super.decoration,
this.maxWidth = 250,
super.barrierFilter,
super.backgroundFilter,
super.viewInsets,
}) : assert(0 < maxWidth, 'maxWidth ($maxWidth) must be > 0');