forceToggledStyle method
raw_editor_actions
handling of backspace event may need to force the style displayed in the toolbar
Implementation
void forceToggledStyle(Style style) {
toggledStyle = style;
notifyListeners();
}
raw_editor_actions
handling of backspace event may need to force the style displayed in the toolbar
void forceToggledStyle(Style style) {
toggledStyle = style;
notifyListeners();
}