pindery
drawer
DrawerBlock
DrawerBlock constructor
DrawerBlock
DrawerBlock class
Constructors
DrawerBlock
Properties
data
drawerKey
icon
previousRoute
route
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
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});