getTextWidget method
Implementation
Widget getTextWidget() {
return Text(
text,
overflow: textOverflow,
textAlign: textAlign,
maxLines: maxLines,
style: style,
);
}
Widget getTextWidget() {
return Text(
text,
overflow: textOverflow,
textAlign: textAlign,
maxLines: maxLines,
style: style,
);
}