Source set: Android
public class RemoteEdgeButtonShape(
public val buttonSize: RemoteEdgeButtonSize = RemoteEdgeButtonSize.Small
) : RemoteShape
Shape for RemoteEdgeButton that fits the bottom edge of a round screen.
Parameters
| buttonSize | The size of the button to determine its shape contour. |
Functions
createOutline
Source set: Android
override fun createOutline(
size: RemoteSize,
density: RemoteDensity,
layoutDirection: LayoutDirection,
): RemoteOutline
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int