setTextSize method
Sets and persists the text size next.
Implementation
void setTextSize(TerminalTextSize next) {
textSize.value = next;
_settings.terminalTextSize = next.name;
}
Sets and persists the text size next.
void setTextSize(TerminalTextSize next) {
textSize.value = next;
_settings.terminalTextSize = next.name;
}