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