S360fVerticalDashboardNavItem class

Constructors

S360fVerticalDashboardNavItem({required String title, required IconData icon, required VoidCallback onTap, String? path})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon of the navigation item,typically a path to an SVG or image asset.
final
onTap VoidCallback
The callback function triggered when the navigation item is tapped.
final
path String?
The path associated with the navigation item, used for routing. if not provided, it is assumed to not be a route.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The label of the navigation item, displayed as text.
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