Creates a centered text widget.
Parameters:
text
static Widget centerText(String text) { return Center( child: Text(text), ); }