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
- bloc
- Kaggle
- Got
- MDP
- Algorithm
- system hacking
- BOF
- Image Processing
- Widget
- BFS
- Flutter
- 백준
- MATLAB
- BAEKJOON
- study book
- PCA
- pytorch
- fastapi를 사용한 파이썬 웹 개발
- DART
- 파이토치 트랜스포머를 활용한 자연어 처리와 컴퓨터비전 심층학습
- FastAPI
- Dreamhack
- C++
- Computer Architecture
- ARM
- Stream
- rao
- ML
- llm을 활용 단어장 앱 개발일지
- 영상처리
Archives
- Today
- Total
목록backgroundColor (1)
Bull

사진처럼 TextField에 테두리 color도 적용하고 Border radius도 적용한 상태에서 Boder radius에 fit한 Background color도 추가하고 싶었다. 아래의 코드를 보고 어느 프로퍼티에 넣는 지 확인해보자.설명Container( decoration: BoxDecoration( borderRadius: BorderRadius.circular(30), color: const Color.fromARGB(255, 236, 255, 237), ), child: TextField( (...CODE...) ),)우선 컨테이너로 TextField로 감싸야 한다. TextField의 내부에서 border radius에 맞게 background color를 찾는..
Software Framework/Flutter
2024. 8. 10. 16:17