TopAndBottomWidget constructor
TopAndBottomWidget({})
Implementation
TopAndBottomWidget({
super.key,
required this.pageIndex,
required this.isRight,
required this.child,
this.languageCode,
this.isSurah = false,
this.surahNumber,
});