ModifiersBuilders.Border

Added in 1.0.0
Deprecated in 1.2.0

class ModifiersBuilders.Border


A modifier to apply a border around an element.

Summary

Nested types

Builder for Border

Public functions

ColorBuilders.ColorProp?

Gets the color of the border.

DimensionBuilders.DpProp?

Gets the width of the border, in DP.

Public functions

getColor

Added in 1.0.0
Deprecated in 1.2.0
fun getColor(): ColorBuilders.ColorProp?

Gets the color of the border. Intended for testing purposes only.

getWidth

Added in 1.0.0
Deprecated in 1.2.0
fun getWidth(): DimensionBuilders.DpProp?

Gets the width of the border, in DP. Intended for testing purposes only.