AbsoluteContinuousRoundedRectangle

open class AbsoluteContinuousRoundedRectangle(topLeft: CornerSize, topRight: CornerSize, bottomRight: CornerSize, bottomLeft: CornerSize, val continuity: Continuity = Continuity.Default) : CornerBasedShape(source)

Constructors

Link copied to clipboard
constructor(topLeft: CornerSize, topRight: CornerSize, bottomRight: CornerSize, bottomLeft: CornerSize, continuity: Continuity = Continuity.Default)

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): AbsoluteContinuousRoundedRectangle
fun copy(topLeft: CornerSize = this.topStart, topRight: CornerSize = this.topEnd, bottomRight: CornerSize = this.bottomEnd, bottomLeft: CornerSize = this.bottomStart, continuity: Continuity = this.continuity): AbsoluteContinuousRoundedRectangle
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 operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String