StylePropertyValue constructor Null safety
- {required String value,
- required StylePropertyValueKind kind}
Implementation
StylePropertyValue({
required this.value,
required this.kind,
});
StylePropertyValue({
required this.value,
required this.kind,
});