shouldShowHints property

bool shouldShowHints

Implementation

bool get shouldShowHints => _shouldShowHints;
void shouldShowHints=(bool newValue)

Implementation

set shouldShowHints(bool newValue) {
  _shouldShowHints = newValue;
  _controller.update();
}