FSelectScrollHandleStyle.inherit constructor
FSelectScrollHandleStyle.inherit({
- required FColors colors,
- required FTypography typography,
Creates a FSelectScrollHandleStyle that inherits its properties.
Implementation
FSelectScrollHandleStyle.inherit({required FColors colors, required FTypography typography})
: this(
iconStyle: IconThemeData(color: colors.foreground, size: typography.md.fontSize),
background: colors.card,
);