DrawerButton constructor

const DrawerButton({
  1. Key? key,
  2. Widget? child,
})

Implementation

const DrawerButton({Key? key, this.child}) : super(key: key);