ModalLoading constructor

const ModalLoading(
  1. String text, {
  2. Key? key,
})

Implementation

const ModalLoading(this.text, {super.key});