menu
fedodo_general package
documentation
fedodo_main.dart
FedodoMain
FedodoMain.new const constructor
FedodoMain.new const constructor
dark_mode
light_mode
FedodoMain
constructor
const
FedodoMain
(
{
Key
?
key
,
required
String
title
,
required
Widget
home
,
})
Implementation
const FedodoMain({ Key? key, required this.title, required this.home, }) : super(key: key);
fedodo_general package
documentation
fedodo_main
FedodoMain
FedodoMain.new const constructor
FedodoMain class