ToggleIconItemData class

按鈕

Constructors

ToggleIconItemData({required String text, required String id, Widget? icon, bool isHorizontal = false, bool isSelected = false, Size size = const Size(97, 42)})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
getter/setter pair
id String
getter/setter pair
isHorizontal bool
getter/setter pair
isSelected bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
getter/setter pair
text String
getter/setter pair

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