JeaText constructor
const
JeaText({})
Implementation
const JeaText({
super.key,
required this.text,
this.selectable,
this.textAlign,
this.textColor,
this.style,
this.fontSize,
this.fontWeight,
this.marginAll,
this.selectionColor,
this.maxLines,
});