menu
rali
main.dart
RALIApp
RALIApp.new const constructor
RALIApp.new
dark_mode
light_mode
RALIApp
constructor
const
RALIApp
(
{
Key
?
key
,
required
Map
<
String
,
String
>
env
,
})
Implementation
const RALIApp({super.key, required this.env});
rali
main
RALIApp
RALIApp.new const constructor
RALIApp class