autoSize property

bool autoSize
final

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;