WordInfoBottomSheetStyle constructor

const WordInfoBottomSheetStyle({
  1. Color? backgroundColor,
  2. double? borderRadius,
  3. EdgeInsetsGeometry? padding,
  4. double? maxHeightFactor,
  5. double? maxWidthFactor,
  6. double? handleWidth,
  7. double? handleHeight,
  8. EdgeInsetsGeometry? handleMargin,
  9. double? handleBorderRadius,
  10. Color? handleColor,
  11. String? titleText,
  12. TextStyle? titleTextStyle,
  13. EdgeInsetsGeometry? titlePadding,
  14. String? tabRecitationsText,
  15. String? tabTasreefText,
  16. String? tabEerabText,
  17. String? unavailableDataTemplate,
  18. String? downloadText,
  19. String? downloadingText,
  20. String? loadErrorText,
  21. String? noDataText,
  22. TextStyle? tabLabelStyle,
  23. EdgeInsetsGeometry? tabIndicatorPadding,
  24. double? tabIndicatorRadius,
  25. Color? tabIndicatorColor,
  26. double? dividerHeight,
  27. EdgeInsetsGeometry? contentPadding,
  28. TextStyle? bodyTextStyle,
  29. TextStyle? buttonTextStyle,
  30. TextStyle? progressTextStyle,
  31. double? verticalMargin,
  32. double? horizontalMargin,
  33. EdgeInsetsGeometry? innerContainerPadding,
  34. Color? tafsirBackgroundColor,
  35. double? innerContainerBorderRadius,
  36. Color? innerShadowColor,
  37. double? innerShadowBlurRadius,
  38. Offset? innerShadowOffset,
  39. Color? innerBorderColor,
  40. double? innerBorderWidth,
  41. Color? textBackgroundColor,
  42. Widget? handleWidget,
  43. Color? audioButtonColor,
  44. Color? audioButtonActiveColor,
  45. double? audioButtonSize,
  46. String? playWordTooltip,
  47. String? playAyahWordsTooltip,
  48. bool? withTitle,
  49. bool? withWordText,
  50. bool? withWordAudioButton,
  51. Color? tabLabelColor,
  52. Color? tabUnselectedLabelColor,
  53. Color? tabBackgroundColor,
  54. double? tabBarHeight,
  55. List<BoxShadow>? innerContainerBoxShadow,
  56. WordInfoBottomSheetStyleCustomChildBuilder? downloadButtonWidget,
})

Implementation

const WordInfoBottomSheetStyle({
  this.backgroundColor,
  this.borderRadius,
  this.padding,
  this.maxHeightFactor,
  this.maxWidthFactor,
  this.handleWidth,
  this.handleHeight,
  this.handleMargin,
  this.handleBorderRadius,
  this.handleColor,
  this.titleText,
  this.titleTextStyle,
  this.titlePadding,
  this.tabRecitationsText,
  this.tabTasreefText,
  this.tabEerabText,
  this.unavailableDataTemplate,
  this.downloadText,
  this.downloadingText,
  this.loadErrorText,
  this.noDataText,
  this.tabLabelStyle,
  this.tabIndicatorPadding,
  this.tabIndicatorRadius,
  this.tabIndicatorColor,
  this.dividerHeight,
  this.contentPadding,
  this.bodyTextStyle,
  this.buttonTextStyle,
  this.progressTextStyle,
  this.verticalMargin,
  this.horizontalMargin,
  this.innerContainerPadding,
  this.tafsirBackgroundColor,
  this.innerContainerBorderRadius,
  this.innerShadowColor,
  this.innerShadowBlurRadius,
  this.innerShadowOffset,
  this.innerBorderColor,
  this.innerBorderWidth,
  this.textBackgroundColor,
  this.handleWidget,
  this.audioButtonColor,
  this.audioButtonActiveColor,
  this.audioButtonSize,
  this.playWordTooltip,
  this.playAyahWordsTooltip,
  this.withTitle,
  this.withWordText,
  this.withWordAudioButton,
  this.tabLabelColor,
  this.tabUnselectedLabelColor,
  this.tabBackgroundColor,
  this.tabBarHeight,
  this.innerContainerBoxShadow,
  this.downloadButtonWidget,
});