Component - ThemeData configuration
This UI component shows how Flutter's ThemeData configures the app's colors and styles globally. It sets the primary color and text styles that affect the whole app's look and feel.
This UI component shows how Flutter's ThemeData configures the app's colors and styles globally. It sets the primary color and text styles that affect the whole app's look and feel.
MaterialApp
└── Scaffold
├── AppBar
│ └── Text
└── Center
└── Text