warn method

String warn(
  1. String text
)

Applies warn color to text.

Implementation

String warn(String text) => '${theme.warn}$text${theme.reset}';