BookmarksTabStyle constructor
BookmarksTabStyle({
- Color? textColor,
- double? groupBorderWidth,
- double? groupBorderRadius,
- double? groupHorizontalMargin,
- double? groupVerticalMargin,
- double? expansionTileIconSize,
- double? titleFontSize,
- FontWeight? titleFontWeight,
- Color? subtitleTextColor,
- double? subtitleFontSize,
- double? itemHorizontalPadding,
- double? itemVerticalPadding,
- double? itemBorderRadius,
- double? itemBorderWidth,
- double? itemContentVerticalPadding,
- double? itemContentHorizontalPadding,
- double? leadingContainerHeight,
- double? leadingContainerWidth,
- double? leadingContainerBorderRadius,
- double? leadingContainerBorderWidth,
- double? leadingBookmarkIconSize,
- double? leadingAyahNumberFontSize,
- double? leadingToTextSpacing,
- double? bookmarkNameFontSize,
- FontWeight? bookmarkNameFontWeight,
- double? nameToChipsSpacing,
- double? chipFontSize,
- double? chipBorderRadius,
- double? chipHorizontalPadding,
- double? chipVerticalPadding,
- double? chipSpacing,
- double? chipRunSpacing,
- double? textToChevronSpacing,
- double? chevronIconSize,
- double? emptyStateIconSize,
- Color? emptyStateIconColor,
- String? emptyStateText,
- double? emptyStateTextFontSize,
- Color? emptyStateTextColor,
- double? emptyStateIconToTextSpacing,
- String? yellowGroupText,
- String? redGroupText,
- String? greenGroupText,
- double? expansionTilePaddingHorizontal,
- double? childrenPaddingHorizontal,
- 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,
});