setMaxWidth method

void setMaxWidth(
  1. double? value
)

Implementation

void setMaxWidth(double? value) {
  _widthMax = value;
  _notify;
}