DrawerBlock constructor

DrawerBlock({String data, IconData icon, String route, GlobalKey<DrawerControllerState> drawerKey, String previousRoute })

Implementation

DrawerBlock(
    {this.data, this.icon, this.route, this.drawerKey, this.previousRoute});