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