Text constructor
const
Text(})
Creates a Text widget displaying data with optional style.
Implementation
const Text(
this.data, {
super.key,
this.style,
this.softWrap = true,
this.maxLines,
this.overflow = TextOverflow.clip,
});