apply method
return your string with code style
Implementation
String apply() {
return colored.apply(_msg, color: color, bg: bg, fontStyle: fontStyle);
}
return your string with code style
String apply() {
return colored.apply(_msg, color: color, bg: bg, fontStyle: fontStyle);
}