ModifiersBuilders.Border

Added in 1.0.0
Deprecated in 1.2.0

public final class ModifiersBuilders.Border


A modifier to apply a border around an element.

Summary

Nested types

Builder for Border

Public methods

@Nullable ColorBuilders.ColorProp

Gets the color of the border.

@Nullable DimensionBuilders.DpProp

Gets the width of the border, in DP.

Public methods

getColor

Added in 1.0.0
Deprecated in 1.2.0
public @Nullable ColorBuilders.ColorProp getColor()

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

getWidth

Added in 1.0.0
Deprecated in 1.2.0
public @Nullable DimensionBuilders.DpProp getWidth()

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