tapTargetSize property

MaterialTapTargetSize? tapTargetSize
final

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

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

Always defaults to ThemeData.materialTapTargetSize.

Implementation

final MaterialTapTargetSize? tapTargetSize;