widthWeight property

double get widthWeight

Implementation

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

Implementation

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