AppState.active constructor

const AppState.active(
  1. Ref<Object?> ref
)

Implementation

const AppState.active(this.ref)
    : isArchive = false,
      atDate = null,
      showAll = false;