close method

void close()

Closes the progress widget

Implementation

void close() {
  isVisible.value = false;
  _cancelStreamSubscription();
  onCloseCallback?.call();
}