flutterUi (1) 썸네일형 리스트형 CustumClipper 로그인 페이지 디자인. late TextEditingController emailController; late TextEditingController passwordController; @override Widget build(BuildContext context) { return Scaffold( backgroundColor: Colors.white, drawer: ADrawer(), appBar: AppBar( title: Text('Google LogIn'), ), body: SingleChildScrollView( child: Column( children: [ SizedBox( height: MediaQuery.sizeOf(context).height * 0.7, width: double.infinity, child:.. 이전 1 다음