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