AddBusyStatusView constructor

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

Implementation

const AddBusyStatusView(
    {super.key, required String status, this.enableAppBar = true});