BuildTopSection constructor

BuildTopSection({
  1. Key? key,
  2. required bool isRight,
  3. String? languageCode,
  4. bool isSurah = false,
  5. required int pageIndex,
  6. int? surahNumber = 0,
})

Implementation

BuildTopSection({
  super.key,
  required this.isRight,
  this.languageCode,
  this.isSurah = false,
  required this.pageIndex,
  this.surahNumber = 0,
});