OverlayingComponent
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.
Properties
Link copied to clipboard
the bottom padding between the inner and outer components.
Link copied to clipboard
the end padding between the inner and outer components.
Link copied to clipboard
the start padding between the inner and outer components.
Link copied to clipboard
the top padding between the inner and outer components.