MainDrawerHeader constructor

const MainDrawerHeader({
  1. Key? key,
})

Implementation

const MainDrawerHeader({
  Key? key,
}) : super(key: key);