materialTapTargetSize property

MaterialTapTargetSize? materialTapTargetSize
final

Configures the minimum size of the tap target.

如果为 null,则使用 RadioThemeData.materialTapTargetSize 的值。 如果它也为 null,则使用 ThemeData.materialTapTargetSize 的值。

Implementation

final MaterialTapTargetSize? materialTapTargetSize;