Answers for "text in middle the box flutter"

6

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 "text in middle the box flutter"

Browse Popular Code Answers by Language