isShowing method

bool isShowing()

Implementation

bool isShowing() {
  return _route?.isActive ?? false;
}