materialTapTargetSize property

MaterialTapTargetSize? materialTapTargetSize
final

Configures the minimum size of the tap target.

If null, then the value of SwitchThemeData.materialTapTargetSize is used. If that is also null, then the value of ThemeData.materialTapTargetSize is used.

See also:

Implementation

final MaterialTapTargetSize? materialTapTargetSize;