LoadingScreen constructor
const
LoadingScreen({
- Key? key,
- LoadingScreenConfig? config,
Implementation
const LoadingScreen({Key? key, this.config}) : super(key: key);
const LoadingScreen({Key? key, this.config}) : super(key: key);