Skip to content

Instantly share code, notes, and snippets.

@zurche
Created August 11, 2023 14:24
Show Gist options
  • Save zurche/7e625b349160e2de6c5a84396e701394 to your computer and use it in GitHub Desktop.
Save zurche/7e625b349160e2de6c5a84396e701394 to your computer and use it in GitHub Desktop.
class CubicBezierCardShape : Shape {
override fun createOutline(
size: Size,
layoutDirection: LayoutDirection,
density: Density
): Outline {
TODO()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment