menu
flutter_notemus package
documentation
core/staff_group.dart
StaffGroup
staves property
staves property
dark_mode
light_mode
staves
property
List
<
Staff
>
staves
final
List of staves in this group (must contain at least one staff)
Implementation
final List<Staff> staves;
flutter_notemus package
documentation
core/staff_group
StaffGroup
staves property
StaffGroup class