BuildTopSection constructor

BuildTopSection({
  1. Key? key,
  2. required bool isRight,
  3. Widget? topTitleChild,
  4. String? surahName,
  5. String? juzName,
  6. String? languageCode,
  7. bool isSurah = false,
  8. required int pageIndex,
})

Implementation

BuildTopSection({
  super.key,
  required this.isRight,
  this.topTitleChild,
  this.surahName,
  this.juzName,
  this.languageCode,
  this.isSurah = false,
  required this.pageIndex,
});