isChecked property
bool
get
isChecked
Returns true if the current boolean value is checked, otherwise false.
Implementation
bool get isChecked => this;
Returns true if the current boolean value is checked, otherwise false.
bool get isChecked => this;