setProperty method
void
setProperty(})
override
Modifies an existing CSS property or creates a new CSS property in the declaration block.
Implementation
@override
void setProperty(String propertyName, String? value, { bool? isImportant, String? baseHref }) {
throw UnimplementedError('No Modification Allowed');
}