removeProperty method

  1. @override
void removeProperty(
  1. String propertyName, [
  2. bool? isImportant
])
override

Removes a property from the CSS declaration.

Implementation

@override
void removeProperty(String propertyName, [bool? isImportant]) {
  throw UnimplementedError('Not implemented');
}