bg_{colorName} | boolean | Dynamically created background color properties based on the keys of GlobalColorsType. For example, bg_primary applies the primary color as background. |
backgroundColor | GlobalColorsType or ColorValue | Specifies a background color directly. You can either use a key from GlobalColorsType or a custom color value like hex, rgb, or rgba. |
border_{GlobalColorsType} | boolean | Dynamically created border color properties. |
border | boolean | borderWidth: 1 |
full | boolean | flex: 1 |
mt_{num} mb_{num} ml_{num} mr_{num} mh_{num} mv_{num} | boolean | Adds margin to the component. You can provide a single value for all sides or specific values for each side (top, right, bottom, left). |
pt_{num} pb_{num} pl_{num} pr_{num} ph_{num} pv_{num} | boolean | Adds padding to the component. You can provide a single value for all sides or specific values for each side (top, right, bottom, left). |
radius_{SizeScaleRadius} | boolean | Dynamically created border radius properties based on the SizeScaleRadius type. |