IdsText constructor

const IdsText(
  1. String data, {
  2. Key? key,
  3. TextStyle style = IdsTypography.bodyB2Regular,
  4. Color? color,
  5. TextAlign? align,
  6. int? maxLines,
  7. TextOverflow? overflow,
})

Implementation

const IdsText(
  this.data, {
  super.key,
  this.style = IdsTypography.bodyB2Regular,
  this.color,
  this.align,
  this.maxLines,
  this.overflow,
});