tristate property
是否为不确定状态 / Is indeterminate state 三态复选框: null(不确定), false(未选中), true(选中) Tri-state checkbox: null(indeterminate), false(unchecked), true(checked) 默认值: null / Default: null
Implementation
final bool? tristate;
是否为不确定状态 / Is indeterminate state 三态复选框: null(不确定), false(未选中), true(选中) Tri-state checkbox: null(indeterminate), false(unchecked), true(checked) 默认值: null / Default: null
final bool? tristate;