본문 바로가기
Flutter

[Flutter] Text에 shadow 넣기

by 마라민초닭발로제 2022. 10. 31.

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형태이다.

 

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

 

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

 

 

출력본