endRadius property

num get endRadius

Gets or sets the radius of a radial brush at the end location. The default value is NaN.

Implementation

_i2.num get endRadius => _i4.getProperty(
      this,
      'endRadius',
    );
set endRadius (num value)

Implementation

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