ChordProcessor class

Constructors

ChordProcessor(BuildContext context)

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
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 dynamic chordStyle, dynamic 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
transposeChord(String chord, int increment) String
Transpose the chord text by the given increment

Operators

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