handleThumbPressEndHorizontal method
Handler called when a long press on horizontal scrollbar has ended.
Implementation
@override
void handleThumbPressEndHorizontal(Offset position, Velocity velocity) {
super.handleThumbPressEndHorizontal(position, velocity);
_dragIsActiveH = false;
updateScrollbarPainter(false);
}