StylePropertyValue constructor

StylePropertyValue({
  1. Object? value,
  2. required StylePropertyValueKind kind,
})

Implementation

StylePropertyValue({
  this.value,
  required this.kind,
});