IdsHeading constructor

const IdsHeading(
  1. String data, {
  2. Key? key,
  3. TextStyle style = IdsTypography.headlineH5Semibold,
  4. Color? color,
  5. TextAlign? align,
})

Implementation

const IdsHeading(
  this.data, {
  super.key,
  this.style = IdsTypography.headlineH5Semibold,
  this.color,
  this.align,
});