BookmarksTabStyle constructor

BookmarksTabStyle({
  1. Color? textColor,
  2. double? groupBorderWidth,
  3. double? groupBorderRadius,
  4. double? groupHorizontalMargin,
  5. double? groupVerticalMargin,
  6. double? expansionTileIconSize,
  7. double? titleFontSize,
  8. FontWeight? titleFontWeight,
  9. Color? subtitleTextColor,
  10. double? subtitleFontSize,
  11. double? itemHorizontalPadding,
  12. double? itemVerticalPadding,
  13. double? itemBorderRadius,
  14. double? itemBorderWidth,
  15. double? itemContentVerticalPadding,
  16. double? itemContentHorizontalPadding,
  17. double? leadingContainerHeight,
  18. double? leadingContainerWidth,
  19. double? leadingContainerBorderRadius,
  20. double? leadingContainerBorderWidth,
  21. double? leadingBookmarkIconSize,
  22. double? leadingAyahNumberFontSize,
  23. double? leadingToTextSpacing,
  24. double? bookmarkNameFontSize,
  25. FontWeight? bookmarkNameFontWeight,
  26. double? nameToChipsSpacing,
  27. double? chipFontSize,
  28. double? chipBorderRadius,
  29. double? chipHorizontalPadding,
  30. double? chipVerticalPadding,
  31. double? chipSpacing,
  32. double? chipRunSpacing,
  33. double? textToChevronSpacing,
  34. double? chevronIconSize,
  35. double? emptyStateIconSize,
  36. Color? emptyStateIconColor,
  37. String? emptyStateText,
  38. double? emptyStateTextFontSize,
  39. Color? emptyStateTextColor,
  40. double? emptyStateIconToTextSpacing,
  41. String? yellowGroupText,
  42. String? redGroupText,
  43. String? greenGroupText,
  44. double? expansionTilePaddingHorizontal,
  45. double? childrenPaddingHorizontal,
  46. double? childrenPaddingVertical,
})

منشئ فئة BookmarksTabStyle BookmarksTabStyle class constructor

Implementation

BookmarksTabStyle({
  this.textColor,
  this.groupBorderWidth,
  this.groupBorderRadius,
  this.groupHorizontalMargin,
  this.groupVerticalMargin,
  this.expansionTileIconSize,
  this.titleFontSize,
  this.titleFontWeight,
  this.subtitleTextColor,
  this.subtitleFontSize,
  this.itemHorizontalPadding,
  this.itemVerticalPadding,
  this.itemBorderRadius,
  this.itemBorderWidth,
  this.itemContentVerticalPadding,
  this.itemContentHorizontalPadding,
  this.leadingContainerHeight,
  this.leadingContainerWidth,
  this.leadingContainerBorderRadius,
  this.leadingContainerBorderWidth,
  this.leadingBookmarkIconSize,
  this.leadingAyahNumberFontSize,
  this.leadingToTextSpacing,
  this.bookmarkNameFontSize,
  this.bookmarkNameFontWeight,
  this.nameToChipsSpacing,
  this.chipFontSize,
  this.chipBorderRadius,
  this.chipHorizontalPadding,
  this.chipVerticalPadding,
  this.chipSpacing,
  this.chipRunSpacing,
  this.textToChevronSpacing,
  this.chevronIconSize,
  this.emptyStateIconSize,
  this.emptyStateIconColor,
  this.emptyStateText,
  this.emptyStateTextFontSize,
  this.emptyStateTextColor,
  this.emptyStateIconToTextSpacing,
  this.yellowGroupText,
  this.redGroupText,
  this.greenGroupText,
  this.expansionTilePaddingHorizontal,
  this.childrenPaddingHorizontal,
  this.childrenPaddingVertical,
});