UpText constructor

const UpText(
  1. String text, {
  2. Key? key,
  3. int? maxLines,
  4. TextOverflow? overflow,
  5. UpColorType? colorType,
  6. bool isSelectable = false,
  7. UpStyle? style,
  8. 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);