FSidebarGroup constructor
const
FSidebarGroup({
- required List<
Widget> children, - FSidebarGroupStyleDelta style = const .context(),
- Widget? label,
- Widget? action,
- ValueChanged<
bool> ? onActionHoverChange, - FTappableVariantChangeCallback? onActionVariantChange,
- VoidCallback? onActionPress,
- VoidCallback? onActionLongPress,
- Key? key,
Creates a FSidebarGroup.
Implementation
const FSidebarGroup({
required this.children,
this.style = const .context(),
this.label,
this.action,
this.onActionHoverChange,
this.onActionVariantChange,
this.onActionPress,
this.onActionLongPress,
super.key,
});