StylePropertyChange constructor
StylePropertyChange({
- String? type,
- List<
StyleChangeProperty> ? properties, - BaseStyle? style,
Implementation
factory StylePropertyChange({
_i2.String? type,
_i2.List<_i3.StyleChangeProperty>? properties,
_i3.BaseStyle? style,
}) =>
StylePropertyChange._(
type: type,
properties: properties?.map((i) => i.name).toList(),
style: style ?? _i7.undefined ?? _i7.undefined,
);