Simply use. Center ( Child: Column () ) or rap with Padding widget . And adjust the Padding such the the column children are in the center.
Read moreHow do you align a column to the left in flutter?
“flutter column align left” Code Answer’s
Read moreHow do you align items vertically in flutter?
to set center text vertically and horizontally in Flutter Just Use Center() widget . It will set Text to horizontally and vertically Center. The text widget has textAlign property you can give them start, end, center, justify, left, right. We can use Align Widget to set text in center align has alignment property.
Read more