accent method

String accent(
  1. String text
)

Applies accent color to text.

Implementation

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