PaintRangeValueIndicator typedef Null safety
RangeSlider uses this callback to paint the value indicator on the overlay. Since the value indicator is painted on the Overlay; this method paints the value indicator in a RenderBox that appears in the Overlay.
Implementation
typedef PaintRangeValueIndicator = void Function(PaintingContext context, Offset offset);