Flutter(dart)

The overflowing RenderFlex has an orientation of Axis.vertical.

janeparker 2022. 11. 23. 03:06
728x90
반응형

column을 SingleChildScrollView 감싸준다

SingleChildScrollView(
    child: Column(
      ...
    ),
),
728x90
반응형