Answers for "how to make text in middle of container flutter"

5

how to make text in middle of container flutter

child: Center(
        child: Text(
          "Hello World",
          textAlign: TextAlign.center,
        ),
      ),
Posted by: Guest on March-28-2020

Code answers related to "how to make text in middle of container flutter"

Browse Popular Code Answers by Language