color static method

String color(
  1. String color
)

Implementation

static String color(String color) => '$escape[${color}m';