Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 18, 2021 10:10
Show Gist options
  • Save pencelab/cf732722f16653d40dc5090f09c599cd to your computer and use it in GitHub Desktop.
Save pencelab/cf732722f16653d40dc5090f09c599cd to your computer and use it in GitHub Desktop.
inline fun Panel.square(init: SquareBuilder.() -> Unit): Square {
return SquareBuilder().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