DrawerSubMenuMenuItem class

Constructors

DrawerSubMenuMenuItem({required String title, required String iconUrl, bool isVisible = true, bool isSelected = false, required String route})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconUrl String
final
isSelected bool
getter/setter pair
isVisible bool
final
route String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({String? title, String? route, dynamic onTap()?, bool? isVisible, String? iconUrl, bool? isSelected}) DrawerSubMenuMenuItem
fromJson(Map<String, dynamic> json) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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