menu
flutter_up package
documentation
models/up_drawer_item.dart
UpDrawerItem
UpDrawerItem constructor
UpDrawerItem constructor
dark_mode
light_mode
UpDrawerItem
constructor
UpDrawerItem
(
{
required
IconData
icon
,
required
String
title
,
required
Function
onTap
,
String
?
path
,
})
Implementation
UpDrawerItem( {required this.icon, required this.title, required this.onTap, this.path});
flutter_up package
documentation
models/up_drawer_item
UpDrawerItem
UpDrawerItem constructor
UpDrawerItem class