UpText constructor
const
UpText(
- String text, {
- Key? key,
- int? maxLines,
- TextOverflow? overflow,
- UpColorType? colorType,
- bool isSelectable = false,
- UpStyle? style,
- UpTextType? type,
Implementation
const UpText(
this.text, {
Key? key,
this.maxLines,
this.overflow,
this.colorType,
this.isSelectable = false,
this.style,
this.type,
}) : super(key: key);