AccordionItem class
Constructors
-
AccordionItem.new({required dynamic header, Icon? headerIcon, required dynamic content, List<
AccordionItem> ? nestedItems, Icon? headerIconWhenCollapsed, Icon? headerIconWhenExpanded, bool isInitiallyExpanded = false, Key? key})
Properties
- content → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNestedItems → bool
-
no setter
- header → dynamic
-
final
- headerIcon → Icon?
-
final
- headerIconWhenCollapsed → Icon?
-
final
- headerIconWhenExpanded → Icon?
-
final
- isInitiallyExpanded → bool
-
final
- key → Key?
-
final
-
nestedItems
→ List<
AccordionItem> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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