widthWeight property

double widthWeight

Implementation

double get widthWeight => _widthWeight;
void widthWeight=(double value)

Implementation

set widthWeight(double value) {
  _widthWeight = value;
  notifyListeners();
}