bottomRepeatCircleCenter method
Implementation
double bottomRepeatCircleCenter() => switch (this) {
Instrument.banjo => 2.5,
Instrument.guitar => 3.5,
};
double bottomRepeatCircleCenter() => switch (this) {
Instrument.banjo => 2.5,
Instrument.guitar => 3.5,
};