DrawerGroup constructor

DrawerGroup(
  1. Widget title,
  2. List<Widget> children
)

Implementation

DrawerGroup(this.title, this.children) : super();