Brush constructor

Brush([
  1. Object? type,
  2. dynamic init
])

Implementation

factory Brush([
  _i2.Object? type,
  _i2.dynamic init,
]) =>
    _i4.callConstructor(
      _declaredBrush,
      [
        type ?? _i5.undefined,
        init ?? _i5.undefined,
      ],
    );