FPopoverStyle constructor
const
FPopoverStyle({
- required Decoration decoration,
- ImageFilter barrierFilter(
- double animation
- ImageFilter backgroundFilter(
- double animation
- EdgeInsetsGeometry popoverPadding = const .all(5),
Creates a FPopoverStyle.
Implementation
const FPopoverStyle({
required this.decoration,
this.barrierFilter,
this.backgroundFilter,
this.popoverPadding = const .all(5),
});