setBoundVariableForPaint property

SolidPaint Function(SolidPaint, VariableBindablePaintField, [Variable?]) get setBoundVariableForPaint

Implementation

_i3.SolidPaint Function(
  _i3.SolidPaint,
  _i3.VariableBindablePaintField, [
  _i3.Variable?,
]) get setBoundVariableForPaint => (
      _i3.SolidPaint p0,
      _i3.VariableBindablePaintField p1, [
      _i3.Variable? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'setBoundVariableForPaint',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i7.undefined,
          ],
        );
set setBoundVariableForPaint (SolidPaint value(SolidPaint, VariableBindablePaintField, [Variable?]))

Implementation

set setBoundVariableForPaint(
    _i3.SolidPaint Function(
      _i3.SolidPaint,
      _i3.VariableBindablePaintField, [
      _i3.Variable?,
    ]) value) {
  _i5.setProperty(
    this,
    'setBoundVariableForPaint',
    _i5.allowInterop(value),
  );
}