GunText constructor

const GunText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. TextAlign? textAlign,
  5. TextOverflow? overflow,
  6. double? textScaleFactor,
  7. int? maxLines,
})

Implementation

const GunText(
  this.data, {
  Key? key,
  this.style,
  this.textAlign,
  this.overflow,
  this.textScaleFactor,
  this.maxLines,
}) : super(key: key);