Creates a scrollbar.
The child argument must not be null.
Scrollbar({ Key key, this.scrollableKey, this.child }) : super(key: key) { assert(child != null); }