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
- There isn’t anything to compare
- dart 변수
- git lab
- github io
- Git
- next.js css
- CSS
- input type=file
- rewrites
- API 토큰
- icon
- nextjs 설치
- SCSS
- createGlobalStyle
- typescript react
- styled components
- ngrok설치
- github
- npm styled-reset
- 컨디셔널 렌더링
- nextjs .env
- bootstrap
- nextjs
- react
- react env
- fetch
- ngrok실행
- getModifierState
- API token
- react typescript
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