FPopoverMenuStyle.inherit constructor
FPopoverMenuStyle.inherit({
- required FColors colors,
- required FStyle style,
- required FTypography typography,
Creates a FPopoverMenuStyle that inherits its properties.
Implementation
FPopoverMenuStyle.inherit({required super.colors, required super.style, required FTypography typography})
: tileGroupStyle = FTileGroupStyle.inherit(colors: colors, style: style, typography: typography),
maxWidth = 250,
super.inherit();