* copyWith
Text(
"헤드라인3이 적용된 텍스트입니다.",
style: Theme.of(context)
.textTheme
.headline3!
.copyWith(color: Theme.of(context).colorScheme.primary),
)
'Programming > Flutter' 카테고리의 다른 글
플러터 하위 버전으로 다운그레이드 (8) | 2025.06.12 |
---|---|
애플 앱스토어에 플러터 앱 배포 하기 (0) | 2025.02.26 |
플러터(Flutter) 컨펌 팝업 (취소/확인) 사용하기 (0) | 2024.06.09 |
Flutter : 안드로이드 뒤로가기 키 막기 (0) | 2024.06.08 |
프로젝트 생성시 패키지명 설정 (0) | 2024.06.07 |