CupertinoScrollbar constructor
Creates an iOS style scrollbar that wraps the given child
.
The child
should be a source of ScrollNotification notifications,
typically a Scrollable widget.
Implementation
const CupertinoScrollbar({
Key key,
@required this.child,
}) : super(key: key);