updateLeft method

void updateLeft(
  1. double newValue
)

Implementation

void updateLeft(double newValue){
  _state.left = newValue.toDouble();
  notifyListeners();
}