Normal Scrollbar doesn’t support scrollbar padding, we can add that using RawScrollbar widget.
Here is an example:

Here, mainAxisMargin adds a margin on both sides to the main axis of the scrollbar, which is not supported by the normal Scrollbar widget but in RawScrollbar widget.