Color Mode


    Language

Tian Li

Tian Li

Android Developer

May 27, 2020

Flutter size limit container summary

Flutter's size-restricted container components include ConstrainedBox, UnconstrainedBox, SizedBox, AspectRatio, FractionallySizedBox, LimitedBox, and Container. These components can constrain the size of sub-components, one by one introduced below. Constr...

Tian Li

Tian Li

Flutter