NavigationDrawer constructor

const NavigationDrawer(
  1. {Key key}
)

Implementation

const NavigationDrawer({
  Key key,
}) : super(key: key);