menu
hive_flutter_kit package
documentation
ux/three_speak_ux/widgets/loading_screen.dart
LoadingScreen
LoadingScreen.new const constructor
LoadingScreen.new const constructor
dark_mode
light_mode
LoadingScreen
constructor
const
LoadingScreen
(
{
Key
?
key
,
required
String
title
,
required
String
subtitle
,
})
Implementation
const LoadingScreen({Key? key, required this.title, required this.subtitle}) : super(key: key);
hive_flutter_kit package
documentation
ux/three_speak_ux/widgets/loading_screen
LoadingScreen
LoadingScreen.new const constructor
LoadingScreen class