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