Commit 9aba058
committed
feat(spark_css): add CssTextShadow type support
Adds `CssTextShadow` sealed class implementation for typed `text-shadow` support.
Includes support for single and multiple shadows, as well as `none`, `variable`, `raw`, and global keywords.
Adds comprehensive unit tests in `packages/spark_css/test/css_text_shadow_test.dart`.
Formatting has been applied to all files.1 parent 3e7aa33 commit 9aba058
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
50 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
0 commit comments