Chalk constructor Null safety

Chalk()

Factory function typically used for creating new 'root' instances of Chalk (root instances start with no style)

Implementation

factory Chalk() {
  return Chalk._internal(null, hasStyle: false);
}