Syllable constructor
const
Syllable({
- required String text,
- SyllableType type = SyllableType.single,
- bool italic = false,
Implementation
const Syllable({
required this.text,
this.type = SyllableType.single,
this.italic = false,
});