ResponsiveMenuItems class

Used to define tap items for the the responsive Scaffold menu.

Annotations

Constructors

ResponsiveMenuItems({String label = '', IconData icon = Icons.info, String? tooltip, String? labelSecondary, String? tooltipSecondary, IconData? iconSecondary})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
iconSecondary IconData
no setter
label String
final
labelSecondary String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String
no setter
tooltipSecondary String
no setter

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