noOptions property
bool
get
noOptions
Checks if there are no options for the checkbox.
Implementation
bool get noOptions =>
config.props.options == null || config.props.options!.isEmpty;
Checks if there are no options for the checkbox.
bool get noOptions =>
config.props.options == null || config.props.options!.isEmpty;