CommonParams mixin

CommonParams is used for both Accordion (for all sections) and AccordionSections for individual sections.

Mixin Applications

Properties

accordionId String?
latefinal
contentBackgroundColor Color?
latefinal
contentBorderColor Color?
latefinal
contentBorderRadius double?
latefinal
contentBorderWidth double?
latefinal
contentHorizontalPadding double?
latefinal
contentVerticalPadding double?
latefinal
flipRightIconIfOpen → RxBool?
latefinal
hashCode int
The hash code for this object.
no setterinherited
headerBackgroundColor Color?
latefinal
headerBackgroundColorOpened Color?
latefinal
headerBorderRadius double?
latefinal
headerPadding EdgeInsets?
latefinal
leftIcon Widget?
latefinal
paddingBetweenClosedSections double?
latefinal
paddingBetweenOpenSections double?
latefinal
rightIcon Widget?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollIntoViewOfItems ScrollIntoViewOfItems?
latefinal
sectionClosingHapticFeedback SectionHapticFeedback?
latefinal
sectionOpeningHapticFeedback SectionHapticFeedback?
latefinal

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