UpDrawerItemCard constructor

const UpDrawerItemCard({
  1. Key? key,
  2. required UpDrawerItem item,
})

Implementation

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