Line constructor

Line(
  1. List<AyahModel> ayahs, {
  2. bool centered = false,
})

Implementation

Line(this.ayahs, {this.centered = false});