startRadius property

num get startRadius

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

Implementation

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

Implementation

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