LoadingScreenBody constructor
const
LoadingScreenBody({
- Key? key,
- required LoadingScreenHandler handler,
Implementation
const LoadingScreenBody({super.key, required this.handler});