Text Shadow Radius
Define the blur radius of the text shadow.
Import​
src/screens/Component.js
import { text } from "nativeflowcss";
Properties​
Object | Native Properties |
---|---|
text.shadow_radius_0 | { textShadowRadius: 0 } |
text.shadow_radius_1 | { textShadowRadius: 1 } |
text.shadow_radius_2 | { textShadowRadius: 2 } |
text.shadow_radius_3 | { textShadowRadius: 3 } |
text.shadow_radius_4 | { textShadowRadius: 4 } |
text.shadow_radius_5 | { textShadowRadius: 5 } |
text.shadow_radius_6 | { textShadowRadius: 6 } |
text.shadow_radius_7 | { textShadowRadius: 7 } |
text.shadow_radius_8 | { textShadowRadius: 8 } |
text.shadow_radius_9 | { textShadowRadius: 9 } |
text.shadow_radius_10 | { textShadowRadius: 10 } |
text.shadow_radius_11 | { textShadowRadius: 11 } |
text.shadow_radius_12 | { textShadowRadius: 12 } |
text.shadow_radius_13 | { textShadowRadius: 13 } |
text.shadow_radius_14 | { textShadowRadius: 14 } |
text.shadow_radius_15 | { textShadowRadius: 15 } |
text.shadow_radius_16 | { textShadowRadius: 16 } |
text.shadow_radius_17 | { textShadowRadius: 17 } |
text.shadow_radius_18 | { textShadowRadius: 18 } |
text.shadow_radius_19 | { textShadowRadius: 19 } |
text.shadow_radius_20 | { textShadowRadius: 20 } |
text.shadow_radius_21 | { textShadowRadius: 21 } |
text.shadow_radius_22 | { textShadowRadius: 22 } |
text.shadow_radius_23 | { textShadowRadius: 23 } |
text.shadow_radius_24 | { textShadowRadius: 24 } |
Custom Shadow Opacity​
Custom properties are usually rendered using _(customValue)
Object | Native Properties |
---|---|
text.shadow_radius_(customValue) | { textShadowRadius: customValue } |