Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 15, 2021 08:35
Show Gist options
  • Save pencelab/853c0295f8fcc90ba08c59ebdea255c1 to your computer and use it in GitHub Desktop.
Save pencelab/853c0295f8fcc90ba08c59ebdea255c1 to your computer and use it in GitHub Desktop.
fun Panel.rhombus(init: RhombusBuilder.() -> Unit): Rhombus {
return RhombusBuilder().apply { init() }.build().also { this.addShape(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment