menu
flutter_notemus package
documentation
core/key_signature.dart
KeySignature
KeySignature.new constructor
KeySignature.new constructor
dark_mode
light_mode
KeySignature
constructor
KeySignature
(
int
count
, {
int
?
previousCount
,
KeyMode
?
mode
,
})
Implementation
KeySignature(this.count, {this.previousCount, this.mode});
flutter_notemus package
documentation
core/key_signature
KeySignature
KeySignature.new constructor
KeySignature class