position property
Specifies the position of widget marker pointers with respect to axis.
Defaults to LinearElementPosition.cross.
This snippet shows how to set the position of widget marker pointers inSfLinearGauge.
SfLinearGauge (
markerPointers: [
LinearWidgetPointer(
value: 50,
position: LinearElementPosition.inside
)])
Implementation
@override
final LinearElementPosition position;