TextStyle constructor
const
TextStyle({})
Creates a TextStyle with the given properties.
Implementation
const TextStyle({
this.color,
this.backgroundColor,
this.bold = false,
this.italic = false,
this.underline = false,
this.dim = false,
this.fontFamily = FontFamily.monospace,
});