KinText.captionLarge constructor

const KinText.captionLarge(
  1. String data, {
  2. Key? key,
  3. Color? color,
  4. TextAlign? textAlign,
  5. int? maxLines,
  6. TextOverflow? overflow,
})

Implementation

const KinText.captionLarge(
  this.data, {
  super.key,
  this.color,
  this.textAlign,
  this.maxLines,
  this.overflow,
}) : style = KinTypography.captionLarge;