ensureState method

void ensureState(
  1. bool isOpened
)

Implementation

void ensureState(bool isOpened) {
  _state!._filtersShown = isOpened;
}