value property
final
Whether this checkbox is checked.
When tristate is true, a value of null corresponds to the mixed state. When tristate is false, this value must not be null. This is asserted in debug mode.
Implementation
final bool? value;