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, dash, or space). Otherwise, the size property will be used.

Defaults to true.

Implementation

final bool? autoSize;