minimumSize property

Size? minimumSize
final

The minimum size of the button.

Defaults to a button with a height and a width of kMinInteractiveDimensionCupertino, which the iOS Human Interface Guidelines recommends as the minimum tappable area.

Implementation

final Size? minimumSize;