QpcV4AyahLineBlock constructor

const QpcV4AyahLineBlock({
  1. required bool isCentered,
  2. required List<QpcV4WordSegment> segments,
})

Implementation

const QpcV4AyahLineBlock({
  required this.isCentered,
  required this.segments,
});