AtomicText.displaySmall constructor

const AtomicText.displaySmall(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. TextAlign? textAlign,
  5. TextOverflow? overflow,
  6. bool? softWrap,
  7. int? maxLines,
  8. double? lineHeight,
})

Implementation

const AtomicText.displaySmall(
  this.text, {
  super.key,
  this.style,
  this.textAlign,
  this.overflow,
  this.softWrap,
  this.maxLines,
  this.lineHeight,
}) : atomicStyle = AtomicTextStyle.displaySmall;