position property

LinearElementPosition position
final

Specifies position of a range with respect to axis.

Defaults to LinearElementPosition.outside.

This snippet shows how to set the range position in LinearGaugeRange.


LinearGaugeRange(
 position: LinearElementPosition.inside,
 );

Implementation

final LinearElementPosition position;