ScrollbarThemeModifier constructor
      const
      ScrollbarThemeModifier({ 
    
- Key? key,
- Widget? child,
- Key? modifierKey,
- required ScrollbarThemeData data,
Constructs a scrollbar theme that configures all descendant Scrollbar widgets.
Implementation
const ScrollbarThemeModifier({
  super.key,
  super.child,
  super.modifierKey,
  required this.data,
});