setWidth method

void setWidth(
  1. double? value
)

Implementation

void setWidth(double? value) {
  _width = value;
  _notify;
}