ScrollbarTheme constructor

  1. @Goto(_i1.ScrollbarTheme.new)
ScrollbarTheme(
  1. $ $config, {
  2. Key? key,
  3. required ScrollbarThemeData data,
  4. required Widget child,
})

Implementation

@Goto(_i1.ScrollbarTheme.new)
ScrollbarTheme(
  $ $config, {
  _i2.Key? key,
  required _i1.ScrollbarThemeData data,
  required _i3.Widget child,
}) : super(
        Argument({
          #key: key,
          #data: data,
          #child: child,
        }),
        builder: (args) => _i1.ScrollbarTheme(
          key: args(#key),
          data: args(#data),
          child: args(#child),
        ),
      );