plainTitle static method
Plain title with accent color.
Implementation
static String plainTitle(String title, PromptTheme theme) {
return '${theme.selection}$title${theme.reset}';
}
Plain title with accent color.
static String plainTitle(String title, PromptTheme theme) {
return '${theme.selection}$title${theme.reset}';
}