SafeScrollbar constructor
- Key? key,
- required Widget child,
- bool top = true,
- bool bottom = true,
- BorderRadius? borderRadius,
- ScrollController? controller,
Implementation
const SafeScrollbar({
super.key,
required this.child,
this.top = true,
this.bottom = true,
this.borderRadius,
this.controller,
});