info method

String info(
  1. String text
)

Applies info color to text.

Implementation

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