LabelStyle
enum LabelStyle: String, Equatable, Codable, Sendable
                The label style of the song view
- 
                  
                  
View the labels inline
Declaration
Swift
case inline - 
                  
                  
View the labels in a grid
Declaration
Swift
case grid 
View on GitHub