FRadioSelectGroupStyle.inherit constructor
FRadioSelectGroupStyle.inherit({
- required FRadioStyle style,
Creates a FRadioSelectGroupStyle that inherits its properties from the given parameters.
Implementation
FRadioSelectGroupStyle.inherit({required FRadioStyle style})
: this(
animationDuration: style.animationDuration,
curve: style.curve,
labelLayoutStyle: style.labelLayoutStyle,
focusedOutlineStyle: style.focusedOutlineStyle,
enabledStyle: style.enabledStyle,
disabledStyle: style.disabledStyle,
errorStyle: style.errorStyle,
);