Skip to content

Instantly share code, notes, and snippets.

@cbeust
Last active October 5, 2021 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbeust/df64af13bb96567a3d60f25ef952714b to your computer and use it in GitHub Desktop.
Save cbeust/df64af13bb96567a3d60f25ef952714b to your computer and use it in GitHub Desktop.
Mixing default and named parameters
// skip 'visible', use its default value
val w = Window(0, 0, blackAndWhite = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment