I am fairly new to flutter, and was messing around with the theme data, specifically the TextTheme. I was reading up on theme on the official docs here and the TextTheme docs here.
When I was trying to change the different font sizes and styles, I wasn’t sure which TextTheme properties affected which widgets. Only through listing all of the properties (from displayLarge to bodySmall) did I figure out which property affects which widgets automatically.
I wanted to ask is there a cheat sheet on this? Or is there just something I have missed in the documentation.
A similar question was asked before here, but didn’t really answer my question.
Any advice is appreciated, thank you!
Tom Wiz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1