FSidebarGroupStyle constructor
      const
      FSidebarGroupStyle({ 
    
- required TextStyle labelStyle,
- required FWidgetStateMap<IconThemeData> actionStyle,
- required FTappableStyle tappableStyle,
- required FFocusedOutlineStyle focusedOutlineStyle,
- required FSidebarItemStyle itemStyle,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16),
- double headerSpacing = 8,
- EdgeInsetsGeometry headerPadding = const EdgeInsets.fromLTRB(12, 0, 8, 2),
- double childrenSpacing = 2,
- EdgeInsetsGeometry childrenPadding = const EdgeInsets.fromLTRB(0, 0, 0, 24),
Creates a FSidebarGroupStyle.
Implementation
const FSidebarGroupStyle({
  required this.labelStyle,
  required this.actionStyle,
  required this.tappableStyle,
  required this.focusedOutlineStyle,
  required this.itemStyle,
  this.padding = const EdgeInsets.symmetric(horizontal: 16),
  this.headerSpacing = 8,
  this.headerPadding = const EdgeInsets.fromLTRB(12, 0, 8, 2),
  this.childrenSpacing = 2,
  this.childrenPadding = const EdgeInsets.fromLTRB(0, 0, 0, 24),
});