BusyStatusView constructor

const BusyStatusView({
  1. Key? key,
  2. String? status,
  3. bool enableAppBar = true,
})

Implementation

const BusyStatusView({super.key, this.status, this.enableAppBar = true});