textRenderer property

TextPaint textRenderer
final

this is to position the test in the center

Implementation

static final TextPaint textRenderer = TextPaint(
  style: const mat.TextStyle(color: mat.Colors.white70, fontSize: 12),
);