scaleMarker property

Widget? scaleMarker
final

A widget that represents the marker displayed on the ruler.

This widget could be a custom graphic or indicator to mark specific points on the ruler. If null, no marker is displayed.

Implementation

final Widget? scaleMarker;