Fragment constructor
Fragment(})
Implementation
Fragment(this.text, {
this.styles,
this.fontFamily = 'DejaVu Sans',
this.fontSize = 14.0,
this.color,
this.highlightColor,
}) : super(nanoid());
Fragment(this.text, {
this.styles,
this.fontFamily = 'DejaVu Sans',
this.fontSize = 14.0,
this.color,
this.highlightColor,
}) : super(nanoid());