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
hashCode int
The hash code for this object.
no setterinherited
headerBackgroundColor Color?
background color of header when section is closed
latefinal
headerBackgroundColorOpened Color?
background color of header when section is open
latefinal
headerBorderColor Color?
border color of header when section is closed
latefinal
headerBorderColorOpened Color?
border color of header when section is open
latefinal
headerBorderRadius double?
latefinal
headerBorderWidth double?
width of header border. Set to 0 if no header border is desired.
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