LoadingScreenBody constructor

const LoadingScreenBody({
  1. Key? key,
  2. required LoadingScreenHandler handler,
})

Implementation

const LoadingScreenBody({super.key, required this.handler});