ScrollBar constructor

const ScrollBar({
  1. Key? key,
  2. double? scrollBarLength,
  3. double? barOffset,
  4. double? thumbLength,
})

Implementation

const ScrollBar({Key? key, this.scrollBarLength, this.barOffset, this.thumbLength}) : super(key: key);