graduatedEnd property

num graduatedEnd

Gets or sets the fractional distance along the main shape of a "Graduated" Panel at which this kind of tick should end. The default is 1. Any new value should range from 0 to 1.

Implementation

_i2.num get graduatedEnd => _i4.getProperty(
      this,
      'graduatedEnd',
    );
void graduatedEnd=(num value)

Implementation

set graduatedEnd(_i2.num value) {
  _i4.setProperty(
    this,
    'graduatedEnd',
    value,
  );
}