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 |
Tags
- react
- 컨디셔널 렌더링
- CSS
- dart 변수
- There isn’t anything to compare
- nextjs .env
- react env
- API token
- API 토큰
- github
- styled components
- ngrok실행
- typescript react
- getModifierState
- react typescript
- nextjs
- npm styled-reset
- github io
- rewrites
- nextjs 설치
- git lab
- createGlobalStyle
- input type=file
- ngrok설치
- fetch
- icon
- bootstrap
- Git
- SCSS
- next.js css
Archives
- Today
- Total
꾸준히 성장하는 개발자
[Flutter] button 들 기본 크기, padding값 없애기 본문
Style로 없애는 방법
TextButton(
onPressed: (){},
child: Text('Button'),
style: TextButton.styleFrom(
minimumSize: Size.zero,
padding: EdgeInsets.zero,
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
),
)
'Flutter' 카테고리의 다른 글
[Flutter] card-swiper (0) | 2023.02.27 |
---|---|
[Flutter] TextField 클릭시 overflow 대응 (0) | 2023.02.27 |
[Flutter] flutter 아래 가려지는 부분 (0) | 2023.02.24 |
[Flutter] TextField 높이 상위 위젯에 맞추기 / button 높이 넣기 (0) | 2023.02.07 |
[Flutter] Flutter button 좌우 길이 꽉차게 만들기 (0) | 2023.01.27 |