menu
nets_core package
documentation
components/screens/loading_screen.dart
LoadingScreen
LoadingScreen.new const constructor
LoadingScreen.new const constructor
dark_mode
light_mode
LoadingScreen
constructor
const
LoadingScreen
(
{
Key
?
key
,
required
String
message
,
String
?
title
,
})
Implementation
const LoadingScreen({super.key, required this.message, this.title});
nets_core package
documentation
components/screens/loading_screen
LoadingScreen
LoadingScreen.new const constructor
LoadingScreen class