length property

double length
final

The length of the ticks in mutliples of the gauge

For example, if the gauge has a radius of 100 px and length is 0.2, the length of each tick is 20 px.

If lengthAbsolute is non-null, length is ignored.

Implementation

final double length;