AtomText constructor
const
AtomText({})
Implementation
const AtomText({
super.key,
required this.text,
this.style,
this.textAlign,
this.fontSize,
this.maxLines,
this.overflow,
});
const AtomText({
super.key,
required this.text,
this.style,
this.textAlign,
this.fontSize,
this.maxLines,
this.overflow,
});