TextCom constructor

TextCom(
  1. String title, {
  2. TextStyle? style,
})

Implementation

TextCom(this.title, {this.style});