ModifiersBuilders.Border
class ModifiersBuilders.Border
A modifier to apply a border around an element.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
ColorBuilders.ColorProp? |
Gets the color of the border. |
DimensionBuilders.DpProp? |
Gets the width of the border, in DP. |
Public functions
fungetColor(): ColorBuilders.ColorProp?
Gets the color of the border. Intended for testing purposes only.
fungetWidth(): DimensionBuilders.DpProp?
Gets the width of the border, in DP. Intended for testing purposes only.