minimumSize property

MaterialStateProperty<Size?>? minimumSize
final

The minimum size of the button itself.

The size of the rectangle the button lies within may be larger per tapTargetSize.

This value must be less than or equal to maximumSize.

Implementation

final MaterialStateProperty<Size?>? minimumSize;