ScrollbarDecoration constructor

const ScrollbarDecoration({
  1. required ScrollController controller,
  2. required ScrollbarThemeData theme,
})

Implementation

const ScrollbarDecoration({
  required this.controller,
  required this.theme,
});