printWhite function

void printWhite(
  1. Object? msg
)

Implementation

void printWhite(Object? msg) => _print(msg, _white);