CollapsibleItem class

Constructors

CollapsibleItem({required String text, int? badgeCount, IconData? icon, ImageProvider<Object>? iconImage, required Function onPressed, Function? onHold, bool isSelected = false, List<CollapsibleItem>? subItems})

Properties

badgeCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
getter/setter pair
iconImage ImageProvider<Object>?
getter/setter pair
isSelected bool
getter/setter pair
onHold Function?
final
onPressed Function
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subItems List<CollapsibleItem>?
getter/setter pair
text String
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