menu
flutter_sobot_client package
documentation
main.dart
MyHomePage
MyHomePage constructor
MyHomePage constructor
dark_mode
light_mode
MyHomePage
constructor
MyHomePage
(
{
Key
?
key
,
String
?
title
,
})
Implementation
MyHomePage({Key? key, this.title}) : super(key: key);
flutter_sobot_client package
documentation
main
MyHomePage
MyHomePage constructor
MyHomePage class