Search code snippets, questions, articles...

Overriding theme

theme: ThemeData(
          textTheme : Theme.of(context).textTheme.apply(
            bodyColor: Colors.black,
            displayColor: Colors.grey[600],
          )
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet