FPickerStyle.inherit constructor - FPickerStyle - forui.widgets.picker library (original) (raw)
Creates a FPickerStyle that inherits its properties.
Implementation
FPickerStyle.inherit({required FColors colors, required FStyle style, required FTypography typography})
: this(
textStyle: typography.base.copyWith(fontWeight: FontWeight.w500),
selectionBorderRadius: style.borderRadius,
selectionColor: colors.muted,
focusedOutlineStyle: style.focusedOutlineStyle,
);