feat(ui_components): add gradient attribut to text wrapper #130
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ui_components/feat/add-gratient-to-text-wrapper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
gradient
property toTextWrapper
, allowing devs to use'string'.wrap(gradient:[Colors.orange, Colors.red])
, and not to have to fix the gradient in the component, but to make it possible.