style property

FAccordionStyleDelta style
final

The accordion's style. Defaults to the enclosing FAccordion's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FAccordionStyle(...)

CLI

To generate and customize this style:

dart run forui style create accordion

Implementation

final FAccordionStyleDelta style;