LoadingScreen constructor

const LoadingScreen({
  1. Key? key,
  2. String? waitingTxt,
})

Implementation

const LoadingScreen({super.key, this.waitingTxt});