minWidth property

double? minWidth
final

Optional: force a specific minimum width. If null, the widget computes a min width from the label text + padding.

Implementation

final double? minWidth;