Customizing App Theme in Flutter
Code
Use themes to share colors and font styles
To share colors and font styles throughout an app, use themes.
You can define app-wide themes. You can extend a theme to change a theme style for one component. Each theme defines the colors, type sty...
blog.shark.run2 min read