startValue property

bool? startValue
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.

Implementation

final bool? startValue;