NZText constructor

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

Implementation

const NZText(
  this.data, {
  super.key,
  this.style,
  this.textAlign,
  this.overflow,
  this.maxLines,
});