TajweedMenuStyle constructor
const
TajweedMenuStyle({
- double? width,
- double? height,
- EdgeInsetsGeometry? containerPadding,
- Color? backgroundColor,
- double? borderRadius,
- EdgeInsetsGeometry? headerPadding,
- String? headerTitle,
- Color? headerTitleColor,
- Color? headerCloseIconColor,
- Gradient? headerBackgroundGradient,
- EdgeInsetsGeometry? listMargin,
- EdgeInsets? listPadding,
- double? listBorderRadius,
- EdgeInsetsGeometry? itemMargin,
- EdgeInsetsGeometry? itemPadding,
- double? itemBorderRadius,
- Color? itemBorderColor,
- double? itemBorderWidth,
- double? itemGradientOpacity,
- double? swatchSize,
- double? swatchBorderRadius,
- TextStyle? itemTextStyle,
Implementation
const TajweedMenuStyle({
this.width,
this.height,
this.containerPadding,
this.backgroundColor,
this.borderRadius,
this.headerPadding,
this.headerTitle,
this.headerTitleColor,
this.headerCloseIconColor,
this.headerBackgroundGradient,
this.listMargin,
this.listPadding,
this.listBorderRadius,
this.itemMargin,
this.itemPadding,
this.itemBorderRadius,
this.itemBorderColor,
this.itemBorderWidth,
this.itemGradientOpacity,
this.swatchSize,
this.swatchBorderRadius,
this.itemTextStyle,
});