updateWidth method

void updateWidth(
  1. double newValue
)

Implementation

void updateWidth(double newValue) {
  _state.width = newValue.toDouble();
  notifyListeners();
}