https://owenhalliday.co.uk/shadows/
Text Shadows in Flutter
In this post we’re going to explore how to use text shadows in Flutter. Text is a massive part of any application, and using shadows can…
owenhalliday.co.uk

보면 TextStyle에 shadow는 List형태이다.

간단하게 쉐도우를 정의할 수도 있다.

위와같은 코드로도 정의할 수 있다.

출력본
'Flutter' 카테고리의 다른 글
[Flutter] Android Studio 버벅일 때 (0) | 2022.11.19 |
---|---|
[Flutter] 화면이동 정리 에러 (0) | 2022.11.09 |
[Flutter] lost connection to device 에러(파이어베이스 auth 클릭시 튕겨서 속상해요~) (0) | 2022.10.17 |
[flutter] 그림자 설정법 (0) | 2022.10.11 |
[flutter] async await에 대해서 (0) | 2022.10.10 |