singleLineText method
Implementation
singleLineText(String text) {
return Text(
text,
style: this,
overflow: TextOverflow.ellipsis,
);
}
singleLineText(String text) {
return Text(
text,
style: this,
overflow: TextOverflow.ellipsis,
);
}