Content constructor
const
Content({})
Implementation
const Content({
super.key,
required this.text,
this.fontSize = 14,
this.isOwn = false,
this.style,
this.numberOfLines,
this.alignment = TextAlign.start,
});