position method

Offset position(
  1. Note note
)

The center of a Note placement on a chart

Implementation

Offset position(Note note) => Offset(xPosition(note), yPosition(note));