Class

GenericShape

Creates Shape defined by applying the provided builder on a Path.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
class GenericShape(
private val builder: Path.(size: Size, layoutDirection: LayoutDirection) -> Unit
) : Shape

Creates Shape defined by applying the provided builder on a Path.

Parameters

builder the builder lambda to apply on a Path