minSize property

  1. @Deprecated('Use minimumSize instead. ' 'This feature was deprecated after v3.28.0-3.0.pre.')
double? minSize
final

Minimum size of the button.

Defaults to kMinInteractiveDimensionCupertino which the iOS Human Interface Guidelines recommends as the minimum tappable area.

Implementation

@Deprecated(
  'Use minimumSize instead. '
  'This feature was deprecated after v3.28.0-3.0.pre.',
)
final double? minSize;