Answers for "how to put \t in text in flutter"

2

flutter text

Text(
  'Hello',
  textAlign: TextAlign.center,
  style: const TextStyle(fontWeight: FontWeight.bold),
)
Posted by: Guest on August-20-2021

Code answers related to "how to put \t in text in flutter"

Browse Popular Code Answers by Language