isAppearing method

bool isAppearing()

Implementation

bool isAppearing() {
  if (flushbarRoute == null) {
    return false;
  }
  return flushbarRoute!.currentStatus == FlushbarStatus.IS_APPEARING;
}