WordInfoBottomSheetStyle constructor
const
WordInfoBottomSheetStyle({
- Color? backgroundColor,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- double? maxHeightFactor,
- double? maxWidthFactor,
- double? handleWidth,
- double? handleHeight,
- EdgeInsetsGeometry? handleMargin,
- double? handleBorderRadius,
- Color? handleColor,
- String? titleText,
- TextStyle? titleTextStyle,
- EdgeInsetsGeometry? titlePadding,
- String? tabRecitationsText,
- String? tabTasreefText,
- String? tabEerabText,
- String? downloadText,
- String? downloadingText,
- String? loadErrorText,
- String? noDataText,
- TextStyle? tabLabelStyle,
- EdgeInsetsGeometry? tabIndicatorPadding,
- double? tabIndicatorRadius,
- Color? tabIndicatorColor,
- double? dividerHeight,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? bodyTextStyle,
- TextStyle? buttonTextStyle,
- TextStyle? progressTextStyle,
- double? verticalMargin,
- double? horizontalMargin,
- EdgeInsetsGeometry? innerContainerPadding,
- Color? tafsirBackgroundColor,
- double? innerContainerBorderRadius,
- Color? innerShadowColor,
- double? innerShadowBlurRadius,
- Offset? innerShadowOffset,
- Color? innerBorderColor,
- double? innerBorderWidth,
- Color? textBackgroundColor,
- Widget? handleWidget,
- Color? audioButtonColor,
- Color? audioButtonActiveColor,
- double? audioButtonSize,
- String? playWordTooltip,
- String? playAyahWordsTooltip,
- bool? withTitle,
- bool? withWordText,
- bool? withWordAudioButton,
- Color? tabLabelColor,
- Color? tabUnselectedLabelColor,
- Color? tabBackgroundColor,
- double? tabBarHeight,
- List<
BoxShadow> ? innerContainerBoxShadow, - 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,
});