heightWeight property

double heightWeight

Implementation

double get heightWeight => _heightWeight;
void heightWeight=(double value)

Implementation

set heightWeight(double value) {
  _heightWeight = value;
  notifyListeners();
}