white method

dynamic white(
  1. String text
)

Implementation

white(String text){
 AnsiPen white = AnsiPen()..white();
 print(white(text));
  }