Answers for "custom textstyle in flutter example"

2

how to use theme style and textstyle together in flutter text widget

Theme.of(context)
.textTheme.display1
.merge(TextStyle(color: Colors.red)
Posted by: Guest on January-02-2021

Code answers related to "custom textstyle in flutter example"

Browse Popular Code Answers by Language