FPopoverStyle constructor

const FPopoverStyle({
  1. required BoxDecoration decoration,
  2. EdgeInsetsGeometry viewInsets = const EdgeInsets.all(5),
})

Creates a FPopoverStyle.

Implementation

const FPopoverStyle({required this.decoration, this.viewInsets = const EdgeInsets.all(5)});