FAccordionItem constructor
const
FAccordionItem({
- required Widget title,
- required Widget child,
- FAccordionStyleDelta style = const .context(),
- Widget? icon,
- bool? initiallyExpanded,
- bool autofocus = false,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - FTappableVariantChangeCallback? onVariantChange,
- Key? key,
Creates an FAccordionItem.
Implementation
const FAccordionItem({
required this.title,
required this.child,
this.style = const .context(),
this.icon,
this.initiallyExpanded,
this.autofocus = false,
this.focusNode,
this.onFocusChange,
this.onHoverChange,
this.onVariantChange,
super.key,
});