centerText method

dynamic centerText(
  1. String text
)

Implementation

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