Search code snippets, questions, articles...

Text with Styles

Text(
  "Text With Styles",
  style: TextStyle(
    color: Colors.grey[800],
    fontWeight: FontWeight.bold,
    fontSize: 18.0,
  ),
)
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet