updateScrollableGraphs method

void updateScrollableGraphs(
  1. bool input
)

Modifies scrollableGraphs.

Implementation

void updateScrollableGraphs(bool input) {  // ignore: avoid_positional_boolean_parameters
	scrollableGraphs = input;
	notifyListeners();
}