white method

  1. @override
String white(
  1. String s
)
override

Implementation

@override
String white(String s) => '\x1B[37m$s\x1B[0m';