LoadingScreen constructor

const LoadingScreen({
  1. Key? key,
  2. required String message,
  3. String? title,
})

Implementation

const LoadingScreen({super.key, required this.message, this.title});