ContinuousRectangle

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun copy(topStart: CornerSize, topEnd: CornerSize, bottomEnd: CornerSize, bottomStart: CornerSize): ContinuousRoundedRectangle
fun copy(topStart: CornerSize = this.topStart, topEnd: CornerSize = this.topEnd, bottomEnd: CornerSize = this.bottomEnd, bottomStart: CornerSize = this.bottomStart, continuity: Continuity = this.continuity): ContinuousRoundedRectangle
Link copied to clipboard
override fun createOutline(size: Size, layoutDirection: LayoutDirection, density: Density): Outline
open override fun createOutline(size: Size, topStart: Float, topEnd: Float, bottomEnd: Float, bottomStart: Float, layoutDirection: LayoutDirection): Outline
Link copied to clipboard
open override fun toString(): String