FPopoverStyle constructor

const FPopoverStyle({
  1. required BoxDecoration decoration,
  2. EdgeInsets padding = const EdgeInsets.all(4),
})

Creates a FPopoverStyle.

Implementation

const FPopoverStyle({
  required this.decoration,
  this.padding = const EdgeInsets.all(4),
});