desiredTickCount property

int? desiredTickCount
final

the fixed number of ticks to try to make.

Convenience that sets desiredMinTickCount and desiredMaxTickCount the same.

Both min and max win out if they are set along with desiredTickCount.

Implementation

final int? desiredTickCount;