menu
scouting_app_2024
parts\loader.dart
LoadingAppViewScreen
LoadingAppViewScreen const constructor
LoadingAppViewScreen
brightness_4
brightness_5
LoadingAppViewScreen
constructor
const
LoadingAppViewScreen
(
{
Key
?
key
,
required
Future
<
void
>
task
}
)
Implementation
const LoadingAppViewScreen({ super.key, required this.task, });
scouting_app_2024
loader
LoadingAppViewScreen
LoadingAppViewScreen const constructor
LoadingAppViewScreen class