materialTapTargetSize property Null safety
final
Configures the minimum size of the tap target.
If null, then the value of CheckboxThemeData.materialTapTargetSize is used. If that is also null, then the value of ThemeData.materialTapTargetSize is used.
See also:
- MaterialTapTargetSize, for a description of how this affects tap targets.
Implementation
final MaterialTapTargetSize? materialTapTargetSize;