white method

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

Implementation

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