now8
common
DrawerTile
DrawerTile const constructor
DrawerTile
DrawerTile
constructor
Null safety
const
DrawerTile
(
{
Key
?
key
,
required
RouteInfo
routeInfo
}
)
Implementation
const DrawerTile({Key? key, required this.routeInfo}) : super(key: key);
now8
common
DrawerTile
DrawerTile const constructor
DrawerTile class
Constructors
DrawerTile
Properties
hashCode
key
routeInfo
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==