deleteRule method

void deleteRule(
  1. int index
)

Implementation

void deleteRule(int index) {
  cssRules.removeAt(index);
}