menu
at_location_flutter package
documentation
screens/home/home_screen.dart
HomeScreen
HomeScreen const constructor
HomeScreen const constructor
dark_mode
light_mode
HomeScreen
constructor
const
HomeScreen
(
{
Key
?
key
,
bool
showList
=
true
,
})
Implementation
const HomeScreen({Key? key, this.showList = true}) : super(key: key);
at_location_flutter package
documentation
screens/home/home_screen
HomeScreen
HomeScreen const constructor
HomeScreen class