menu
ap_common package
documentation
widgets/ap_drawer.dart
DrawerItem
DrawerItem const constructor
DrawerItem const constructor
dark_mode
light_mode
DrawerItem
constructor
const
DrawerItem
(
{
Key
?
key
,
required
IconData
icon
,
required
String
title
,
required
dynamic
onTap
(),
})
Implementation
const DrawerItem({ super.key, required this.icon, required this.title, required this.onTap, });
ap_common package
documentation
widgets/ap_drawer
DrawerItem
DrawerItem const constructor
DrawerItem class