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