hint static method
Combines a key label with its action (e.g. [Esc] Cancel).
Implementation
static String hint(String keyLabel, String action, PromptTheme theme) {
return '${key(keyLabel, theme)} $action';
}
Combines a key label with its action (e.g. [Esc] Cancel).
static String hint(String keyLabel, String action, PromptTheme theme) {
return '${key(keyLabel, theme)} $action';
}