RulerScaleMarker constructor

const RulerScaleMarker({
  1. required Axis orientation,
  2. Key? key,
})

Creates a scale marker.

Implementation

const RulerScaleMarker({
  required this.orientation,
  super.key,
});