Package-level declarations

Types

Link copied to clipboard
abstract class Component : Margins

Component is a generic concept of an object that can be drawn on a canvas at a given pair of coordinates. Its subclasses are used throughout the library.

Link copied to clipboard
class OverlayingComponent(val outer: Component, val inner: Component, val innerPaddingStartDp: Float = 0.0f, val innerPaddingTopDp: Float = 0.0f, val innerPaddingEndDp: Float = 0.0f, val innerPaddingBottomDp: Float = 0.0f) : Component

A Component composed out of two Components, with one drawn over the other.