UpDrawerItemCard constructor
const
UpDrawerItemCard({
- Key? key,
- required UpDrawerItem item,
Implementation
const UpDrawerItemCard({Key? key, required this.item}) : super(key: key);