minimumWidth property

double minimumWidth
getter/setter pair

The width below which the horizontal padding is not applied.

If the left and right padding would reduce the available width to less than this value, then the text is rendered flush with the left edge.

Implementation

static double minimumWidth = 200.0;