showFloating method

void showFloating()

Implementation

void showFloating() {
  if (!show) {
    Overlay.of(context)?.insert(entry);
    show = true;
  }
}