boldRed function

String boldRed(
  1. String text
)

Implementation

String boldRed(String text) => bold(red(text));