ChordProcessor class

Constructors

ChordProcessor(BuildContext context, [ChordNotation chordNotation = ChordNotation.american])

Properties

chordNotation → ChordNotation
final
chordTransposer → ChordTransposer
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
media double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processText({required String text, required TextStyle lyricsStyle, required TextStyle chordStyle, double scaleFactor = 1.0, int widgetPadding = 0, int transposeIncrement = 0}) ChordLyricsDocument
Process the text to get the parsed ChordLyricsDocument
textWidth(String text, TextStyle textStyle) double
Return the textwidth of the text in the given style
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited