Customize and extend the Theme in Flutter
Intro
Theming your Flutter app can be a challenge. This post will try to help you with the following:
Provide sensible theme defaults for both light-mode and dark-mode.
Customize the default theme.
Extend the default theme.
This post comes with a ...
yapb.dev2 min read