CText constructor

CText(
  1. String text, {
  2. double fontSize = 20,
  3. HighlightTheme theme = const HighlightTheme(),
  4. TextOverflow richTextOverflow = TextOverflow.clip,
  5. bool softWrap = false,
})

Implementation

CText(this.text,{this.fontSize=20,
  this.theme = const HighlightTheme(),
  this.richTextOverflow = TextOverflow.clip,
  this.softWrap = false
});