removeProperty method

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

Removes a property from the CSS declaration.

Implementation

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