Last active
October 5, 2021 03:51
-
-
Save cbeust/df64af13bb96567a3d60f25ef952714b to your computer and use it in GitHub Desktop.
Mixing default and named parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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