iampawan / VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.

Home Page:https://velocityx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for text shadow

manikantag opened this issue · comments

Is your feature request related to a problem? Please describe.
Add support for text shadow

Describe the solution you'd like

'Sample text with shadow'.text.shadow(offsetX, offsetY, blurRadius, color).make();

or, even better with shadow size variations, like shadowlg(color) and shadowsm(color)

Describe alternatives you've considered
Tried setting .textStyle() for shadow, but is conflicting with .header2() option.

Done. Hope it helps

#129 fixes this