plainTitleColored static method
Plain title with a custom color.
Implementation
static String plainTitleColored(
String title, PromptTheme theme, String color) {
return '$color$title${theme.reset}';
}
Plain title with a custom color.
static String plainTitleColored(
String title, PromptTheme theme, String color) {
return '$color$title${theme.reset}';
}