autoSize property
Whether to automatically size the checkmark to fit its content.
If true
, the checkmark will be sized to fit its content (checked, cross, or dash).
Otherwise, the size
property will be used.
Implementation
final bool autoSize;
Whether to automatically size the checkmark to fit its content.
If true
, the checkmark will be sized to fit its content (checked, cross, or dash).
Otherwise, the size
property will be used.
final bool autoSize;