Answers for "how to add '' in flutter text"

3

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 add '' in flutter text"

Browse Popular Code Answers by Language