tapTargetSize property

MaterialTapTargetSize? tapTargetSize
final

Configures the minimum size of the area within which the buttons may be pressed.

If the tapTargetSize is larger than constraints, the buttons will include a transparent margin that responds to taps.

Defaults to ThemeData.materialTapTargetSize.

Implementation

final MaterialTapTargetSize? tapTargetSize;