StylePropertyChange constructor

StylePropertyChange({
  1. String? type,
  2. List<StyleChangeProperty>? properties,
  3. 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,
    );