FSelectContentStyle.inherit constructor
FSelectContentStyle.inherit({
- required FColors colors,
- required FStyle style,
- required FTypography typography,
Creates a FSelectContentStyle that inherits its properties.
Implementation
FSelectContentStyle.inherit({required super.colors, required super.style, required FTypography typography})
: sectionStyle = .inherit(colors: colors, style: style, typography: typography),
scrollHandleStyle = .inherit(colors: colors),
padding = const .symmetric(vertical: 5),
super.inherit();