DeprecatedBackgroundMixin constructor
DeprecatedBackgroundMixin({
- ReadonlyArray<
Object> ? backgrounds, - String? backgroundStyleId,
Implementation
factory DeprecatedBackgroundMixin({
_i4.ReadonlyArray<_i2.Object>? backgrounds,
_i2.String? backgroundStyleId,
}) =>
DeprecatedBackgroundMixin._(
backgrounds: backgrounds ?? _i7.undefined,
backgroundStyleId: backgroundStyleId,
);