width property

dynamic get width

Implementation

get width => _width;
set width (dynamic v)

Implementation

set width(v) {
  _width = v;
  notifyListeners();
}