PrettyFormatter constructor
const
PrettyFormatter({})
Creates a new PrettyFormatter. The pretty formatter is focussed on increasing log readability
Implementation
const PrettyFormatter({
this.colors = true,
this.lineLength = 80,
this.borderStyle = UnicodeBorderStyle.light,
this.jsonIndent = 2,
this.terseStackTracs = true,
});