- Flutter comes with a beautiful implementation of Material Design, which takes care of a lot of styling and theming needs that you would typically do.
- To take full advantage of Material Components in your app, you can declare a top-level widget MaterialApp as the entry point to your application.
- Flutter comes with number of widgets that are commonly required for applications implementing Material Design. And we can customize their theme for each of the one.
