CustomScrollBar constructor
const
CustomScrollBar({
- Key? key,
- required ScrollController controller,
- ScrollbarStyle? scrollbarStyle,
- required Widget child,
- ScrollNotificationPredicate notificationPredicate = defaultScrollNotificationPredicate,
Implementation
const CustomScrollBar({
Key? key,
required this.controller,
this.scrollbarStyle,
required this.child,
this.notificationPredicate = defaultScrollNotificationPredicate,
}) : super(key: key);