cardWidget10.1 Flutter 플러터에서 textField를 확장하는 방법은 텍스트 영역처럼 보입니다., How to expand a textField in flutter looks like a text Area 질문 테스트 필드를 랜드스케이프 모드에서 탭하면 화면이 완전히 확장되어 WhatsApp과 같은 방식으로 표시됩니다. TextFormField( keyboardType: TextInputType.number, decoration: InputDecoration( prefixIcon: Padding( padding: EdgeInsets.all(0.0), child: Icon(Icons.person, size: 40.0, color: Colors.white), ), hintText: "의견을 입력하세요", hintStyle: TextStyle(color: Colors.white30), border: OutlineInputBorder( borderRadius: BorderRadius.all(new Radius.c.. 2023. 12. 11. 이전 1 다음