materialTapTargetSize property

MaterialTapTargetSize? materialTapTargetSize
final

Configures the hit test size of certain Material widgets.

Defaults to a platform-appropriate size: MaterialTapTargetSize.padded on mobile platforms, MaterialTapTargetSize.shrinkWrap on desktop platforms.

This is convenience pass through in FlexColorScheme to avoid a copyWith on ThemeData produced by FlexColorScheme.

Implementation

final MaterialTapTargetSize? materialTapTargetSize;