tomoyu719 / simple_sheet_music

A Flutter package for rendering sheet music.
https://pub.dev/packages/simple_sheet_music
MIT License
10 stars 6 forks source link

Refactor MusicalSymbol by replacing the enum in its arguments with a named constructor. #16

Closed tomoyu719 closed 1 month ago

tomoyu719 commented 3 months ago

Refactor MusicalSymbol by replacing the enum in its arguments with a named constructor.

For example: instead of

Clef(this.clefType),

use

Clef.treble() : this.clefType = ClefType.treble.