PrettyPrinter constructor

const PrettyPrinter({
  1. bool? showColors,
})

Implementation

const PrettyPrinter({
  this.showColors,
}) : super();