setMinWidth method

void setMinWidth(
  1. double? value
)

Implementation

void setMinWidth(double? value) {
  _widthMin = value;
  _notify;
}