size property

double? size
final

Size of the checkbox square in logical pixels.

Overrides the theme default. When null, uses CheckboxTheme.size or framework default (16 logical pixels scaled by theme scaling factor).

Implementation

final double? size;