Package-level declarations

Types

Link copied to clipboard
data class BorderDistancesInPx(val fromLeft: Int = 0, val fromTop: Int = 0, val fromRight: Int = 0, val fromBottom: Int = 0) : Parcelable
Link copied to clipboard

Strategy for initializing the border distances.

Link copied to clipboard

if BorderDistanceStrategy is InitBorderDistancesStrategy.WithCustomView then this interface must be implemented by the custom view