Global Theme
In this lesson, you'll learn how to use Global theme in the Flutter app.
We'll cover the following...
The ThemeData widget
The Global theme affects the whole app. Global themes are implemented using ThemeData.
In this lesson, we’ll ...