ScrollbarConfig constructor

const ScrollbarConfig({
  1. bool visible = true,
  2. ScrollbarThemeData? themeData,
})

Implementation

const ScrollbarConfig({this.visible = true, this.themeData});