grow property

num Function(num, [dynamic]) get grow

Implementation

_i2.num Function(
  _i2.num, [
  _i2.dynamic,
]) get grow => (
      _i2.num p0, [
      _i2.dynamic p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'grow',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set grow (num value(num, [dynamic]))

Implementation

set grow(
    _i2.num Function(
      _i2.num, [
      _i2.dynamic,
    ]) value) {
  _i5.setProperty(
    this,
    'grow',
    _i5.allowInterop(value),
  );
}