액티브 스킬/플러터

<Flutter> Expanded 안에서 Center 배치하기

디벅잉 2021. 1. 5. 22:08
728x90

Scaffold

    Column

        Expanded

            Column

                MainAxisAlignment.center

                Text()

        Row

            Button()

            Button()

728x90