BuildBottomSection constructor

BuildBottomSection({
  1. Key? key,
  2. required int pageIndex,
  3. required String? sajdaName,
  4. required bool isRight,
  5. required String languageCode,
})

Implementation

BuildBottomSection({
  super.key,
  required this.pageIndex,
  required this.sajdaName,
  required this.isRight,
  required this.languageCode,
});