Interface: ListWidgetStyle
Hierarchy
-
Omit<BorderStyleProps, `${string}Radius`>↳
ListWidgetStyle
Properties
margin
• Optional margin: number
Inherited from
marginHorizontal
• Optional marginHorizontal: number
Inherited from
MarginStyleProps.marginHorizontal
marginVertical
• Optional marginVertical: number
Inherited from
MarginStyleProps.marginVertical
marginTop
• Optional marginTop: number
Inherited from
marginBottom
• Optional marginBottom: number
Inherited from
marginLeft
• Optional marginLeft: number
Inherited from
marginRight
• Optional marginRight: number
Inherited from
height
• Optional height: number | "wrap_content" | "match_parent"
Inherited from
width
• Optional width: number | "wrap_content" | "match_parent"
Inherited from
backgroundColor
• Optional backgroundColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
BackgroundStyleProps.backgroundColor
backgroundGradient
• Optional backgroundGradient: Object
Type declaration
| Name | Type |
|---|---|
from | ColorProp |
to | ColorProp |
orientation | "TOP_BOTTOM" | "TR_BL" | "RIGHT_LEFT" | "BR_TL" | "BOTTOM_TOP" | "BL_TR" | "LEFT_RIGHT" | "TL_BR" |
Inherited from
BackgroundStyleProps.backgroundGradient
borderBottomColor
• Optional borderBottomColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
Omit.borderBottomColor
borderLeftColor
• Optional borderLeftColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
Omit.borderLeftColor
borderRightColor
• Optional borderRightColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
Omit.borderRightColor
borderStyle
• Optional borderStyle: "solid" | "dotted" | "dashed"
Inherited from
Omit.borderStyle
borderTopColor
• Optional borderTopColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
Omit.borderTopColor
borderColor
• Optional borderColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
Inherited from
Omit.borderColor
borderWidth
• Optional borderWidth: number
Inherited from
Omit.borderWidth
borderTopWidth
• Optional borderTopWidth: number
Inherited from
Omit.borderTopWidth
borderLeftWidth
• Optional borderLeftWidth: number
Inherited from
Omit.borderLeftWidth
borderRightWidth
• Optional borderRightWidth: number
Inherited from
Omit.borderRightWidth
borderBottomWidth
• Optional borderBottomWidth: number
Inherited from
Omit.borderBottomWidth