Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- CSS
- getModifierState
- input type=file
- API token
- dart 변수
- nextjs 설치
- nextjs .env
- npm styled-reset
- react typescript
- There isn’t anything to compare
- ngrok설치
- createGlobalStyle
- nextjs
- SCSS
- fetch
- rewrites
- 컨디셔널 렌더링
- react env
- git lab
- Git
- next.js css
- API 토큰
- react
- ngrok실행
- icon
- typescript react
- github io
- styled components
- github
- bootstrap
Archives
- Today
- Total
목록Flutter (1)
꾸준히 성장하는 개발자

child: SizedBox( height: 50, child: TextFormField( expands: true, minLines: null, maxLines: null, style: const TextStyle( fontWeight: FontWeight.w600, fontSize: 16, ), ), ), TextField를 사용할때 위아래 길이 맞추는 방법 expands :true 로 넣어주고 이렇게 넣으면 무조건 minLines, maxLines 는 null로 같이 넣어줘야 한다. 그럼 위 상위 위젯 높이와 일치하도록 들어가진다 TextButton등 Button 위젯들 높이 조정하기 높이를 조정해야 할때 ElevatedButton( onPressed: () {}, style: ElevatedBut..
Flutter
2023. 2. 7. 12:54