T constructor
const
T(
- String text,
- TextStyle? style, {
- Key? key,
- TextOverflow? overflow,
- int? maxLines,
Implementation
const T(this.text, this.style, {super.key, this.overflow, this.maxLines});