CustomScrollbar constructor Null safety
Implementation
CustomScrollbar({
Key? key,
this.scrollbarColor = CustomColors.silver,
this.backgroundColor = Colors.white,
}) : super(key: key);
CustomScrollbar({
Key? key,
this.scrollbarColor = CustomColors.silver,
this.backgroundColor = Colors.white,
}) : super(key: key);