Build: Text Theme Demo
This screen shows different text styles using Flutter's text themes. It helps users see how to apply and customize text styles globally.
Target UI
------------------------- | Text Theme Demo | |-----------------------| | Title Text | | Subtitle Text | | Body Text | | Caption Text | | Button Text | |-----------------------|
Use Theme.of(context).textTheme to style all text widgets
Display five Text widgets with styles: headline6, subtitle1, bodyText2, caption, button
Use a Scaffold with AppBar titled 'Text Theme Demo'
Center the text widgets vertically with some spacing