bottomRepeatCircleCenter method

double bottomRepeatCircleCenter()

Implementation

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