NpmLoadingScreen constructor
const
NpmLoadingScreen({
- Key? key,
- required VoidCallback onComplete,
Implementation
const NpmLoadingScreen({
Key? key,
required this.onComplete,
}) : super(key: key);