SideBarTile class

Inheritance

Constructors

SideBarTile({required IconData icon, required String name, required Widget title, required Widget body})
a tile for the EasyDrawer navigation

Properties

body Widget
widget to show when clicked or active
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
icon to show on the side bar tiles
final
name String
name to show on the side bar tiles
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
title to display on the app bar
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited