tapTargetSize property

Size? tapTargetSize
final

The tap target and layout size of the checkbox.

If this property is null, the tap target size defaults to a square of CupertinoCheckbox.width pixels on desktop devices and kMinInteractiveDimensionCupertino pixels on mobile devices.

Implementation

final Size? tapTargetSize;