simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 241 forks source link

Shadow is not visible when applied. #55

Open LugonjaAleksandar opened 4 years ago

LugonjaAleksandar commented 4 years ago

When applying TextStyle and inside providing shadows list, shadows are not applied to the text. When doing the same thing inside a regular Text widget it works. There is something in the widget that doesn't take into an account TextStyle parameter shadows of type List.

Version