LoadingScreen constructor

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

Implementation

const LoadingScreen({Key? key}) : super(key: key);