Jeet Bhalujeetbhalu.hashnode.dev·Apr 12, 2024Column Widget in FlutterColumn Widget : Column widget is one of Flutter application's most commonly used layout patterns. It is a multi-child widget that displays its children in a vertical array. This widget is widely used to create user interfaces with multiple component...Learn Flutterflutter column
Jeet Bhalujeetbhalu.hashnode.dev·Apr 11, 2024MaterialApp Class in FlutterWhat is MaterialApp class? MaterialApp class is an application that uses material design. It is a convenience widget that wraps several widgets that are commonly required for material design applications. const MaterialApp({ Key key, GlobalKey<Na...Learn FlutterFlutter
Vinit Mepanivinitmepani.hashnode.dev·Feb 21, 2024Material App Widget and AttributesIn Flutter, the MaterialApp widget is the top-level widget that defines the basic material design structure of your application. It sets up the default configurations, themes, and navigation for your app. Here are some key attributes and properties o...1 likeLearn Flutterflutter-materialapp-widget