TextOptions constructor
The constructor can add bold
, italic
, or underline
styles. By default, all styles are set to false.
Implementation
TextOptions(
{this.bold = false, this.italic = false, this.underlined = false});
The constructor can add bold
, italic
, or underline
styles. By default, all styles are set to false.
TextOptions(
{this.bold = false, this.italic = false, this.underlined = false});