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