Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created February 3, 2020 19:46
Show Gist options
  • Save fluxtah/7184acbc02957ef44a4b1fcbfcfc75cc to your computer and use it in GitHub Desktop.
Save fluxtah/7184acbc02957ef44a4b1fcbfcfc75cc to your computer and use it in GitHub Desktop.
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