fillText property

void Function(String, num, num) get fillText

Implementation

void Function(
  _i2.String,
  _i2.num,
  _i2.num,
) get fillText => (
      _i2.String p0,
      _i2.num p1,
      _i2.num p2,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'fillText',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2,
          ],
        );
set fillText (void value(String, num, num))

Implementation

set fillText(
    void Function(
      _i2.String,
      _i2.num,
      _i2.num,
    ) value) {
  _i4.setProperty(
    this,
    'fillText',
    _i4.allowInterop(value),
  );
}