Flutter Mobile Apps How to use Limited Box in Flutter Apps
Please subscribe for more videos..
Flutter mobile apps
In a Flutter, it’s all about widgets. Everything you see in a Flutter is about Widgets. Every widget has a fixed Height and Width if specified. If no Height and Width is specified then all that kind of widget sets their size according to constraints defined by their parents. some widgets like ListView Widget, Row Widget, Column Widget don’t place-bound on their child that’s why LimitedBox Widget comes in pictures.
What is LimitedBox Widget?
LimitedBox Widget is used when the default size of widgets whose dependent on their parent Constrained doesn’t exist or we can also say that LimitedBox Widget is a box that limits its size only when it’s unconstrained.