centerText method
Implementation
centerText(String text) {
return Text(text, style: this, strutStyle: StrutStyle.fromTextStyle(this, leading: 0, height: 1, forceStrutHeight: true));
}
centerText(String text) {
return Text(text, style: this, strutStyle: StrutStyle.fromTextStyle(this, leading: 0, height: 1, forceStrutHeight: true));
}