shadow constant
The popover's default shadow in FPopoverStyle.inherit.
Implementation
static const shadow = [
BoxShadow(
color: Color(0x0d000000),
offset: Offset(0, 1),
blurRadius: 2,
),
];
The popover's default shadow in FPopoverStyle.inherit.
static const shadow = [
BoxShadow(
color: Color(0x0d000000),
offset: Offset(0, 1),
blurRadius: 2,
),
];