I’m trying to design some piano buttons in Dart like in the image below.
I also want the piano keys to be horizontally scrollable. I don’t want to have a specific width or height for the piano container, the piano keys should be resizable. I’m completely new to Flutter, do you have any suggestions?