ScaleMarkerBuilder typedef

ScaleMarkerBuilder = Widget Function(BuildContext context, Axis orientation)

Signature for a function that creates a scale marker for RulerPicker<T>.

Implementation

typedef ScaleMarkerBuilder = Widget Function(
  BuildContext context,
  Axis orientation,
);