QpcV4AyahLineBlock constructor
const
QpcV4AyahLineBlock({
- required bool isCentered,
- required List<
QpcV4WordSegment> segments,
Implementation
const QpcV4AyahLineBlock({
required this.isCentered,
required this.segments,
});