AtomicText constructor
const
AtomicText(
- String text, {
- Key? key,
- TextStyle? style,
- TextAlign? textAlign,
- TextOverflow? overflow,
- bool? softWrap,
- int? maxLines,
- double? lineHeight,
- AtomicTextStyle? atomicStyle,
Implementation
const AtomicText(
this.text, {
super.key,
this.style,
this.textAlign,
this.overflow,
this.softWrap,
this.maxLines,
this.lineHeight,
this.atomicStyle,
});