TajweedMenuStyle constructor

const TajweedMenuStyle({
  1. double? width,
  2. double? height,
  3. EdgeInsetsGeometry? containerPadding,
  4. Color? backgroundColor,
  5. double? borderRadius,
  6. EdgeInsetsGeometry? headerPadding,
  7. String? headerTitle,
  8. Color? headerTitleColor,
  9. Color? headerCloseIconColor,
  10. Gradient? headerBackgroundGradient,
  11. EdgeInsetsGeometry? listMargin,
  12. EdgeInsets? listPadding,
  13. double? listBorderRadius,
  14. EdgeInsetsGeometry? itemMargin,
  15. EdgeInsetsGeometry? itemPadding,
  16. double? itemBorderRadius,
  17. Color? itemBorderColor,
  18. double? itemBorderWidth,
  19. double? itemGradientOpacity,
  20. double? swatchSize,
  21. double? swatchBorderRadius,
  22. 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,
});