Chalk constructor Null safety
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);
}
Factory function typically used for creating new 'root' instances of Chalk (root instances start with no style)
factory Chalk() {
return Chalk._internal(null, hasStyle: false);
}