boldBlue function

String boldBlue(
  1. String text
)

Implementation

String boldBlue(String text) => bold(blue(text));