StylePropertyValue constructor
StylePropertyValue({
- Object? value,
- required StylePropertyValueKind kind,
Implementation
StylePropertyValue({
this.value,
required this.kind,
});