T constructor

const T(
  1. String text,
  2. TextStyle? style, {
  3. Key? key,
  4. TextOverflow? overflow,
  5. int? maxLines,
})

Implementation

const T(this.text, this.style, {super.key, this.overflow, this.maxLines});