S2Text constructor
const
S2Text({})
Default constructor
Implementation
const S2Text({
Key? key,
this.text,
this.style,
this.highlight,
this.highlightColor,
this.caseSensitive = false,
}) : super(key: key);
Default constructor
const S2Text({
Key? key,
this.text,
this.style,
this.highlight,
this.highlightColor,
this.caseSensitive = false,
}) : super(key: key);