clear method
void
clear()
clear the cell style.
Implementation
void clear() {
for (final Style style in _styles) {
(style as CellStyle).clear();
}
_styles.clear();
_dictStyles.clear();
}
clear the cell style.
void clear() {
for (final Style style in _styles) {
(style as CellStyle).clear();
}
_styles.clear();
_dictStyles.clear();
}