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