Created
February 3, 2020 19:46
-
-
Save fluxtah/7184acbc02957ef44a4b1fcbfcfc75cc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Row { | |
if (startFromF) { | |
AccidentalPianoKey(10.dp) | |
AccidentalPianoKey(5.dp) | |
AccidentalPianoKey(4.dp) | |
AccidentalPianoKey(21.dp) | |
AccidentalPianoKey(4.dp) | |
} else { | |
AccidentalPianoKey(10.dp) | |
AccidentalPianoKey(5.dp) | |
AccidentalPianoKey(21.dp) | |
AccidentalPianoKey(4.dp) | |
AccidentalPianoKey(4.dp) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment