violet function

String violet(
  1. String text
)

Implementation

String violet(String text) => '\x1B[35m$text\x1B[0m';