indeterminate property

  1. @override
bool? get indeterminate
override

Implementation

@override
bool? get indeterminate => _getAttributeBool('indeterminate');
  1. @override
set indeterminate (bool? value)
override

Implementation

@override
set indeterminate(bool? value) {
  _setAttributeBool('indeterminate', value);
}