set(background: UIColor) | Sets the background color for ActionSheet |
set(cornerRadius: CometChatCornerStyle) | Sets the corner radius for ActionSheet |
set(borderWidth: CGFloat) | Sets the border width for ActionSheet |
set(borderColor: UIColor) | Sets the border color for ActionSheet |
set(titleColor: UIColor) | Sets the title color for ActionSheet |
set(titleFont: UIFont) | Sets the title font for ActionSheet |
| set(layoutModeIconTint: UIColor) | Sets the layout mode icon tint for ActionSheet |
| set(cancelButtonIconTint: UIColor) | Sets the cancel button icon tint for ActionSheet |
| set(listItemIconTint: UIColor) | Sets the list item icon tint for ActionSheet |
| set(listItemTitleFont: UIFont) | Sets the list item title font for ActionSheet |
| set(listItemTitleColor: UIColor) | Sets the list item title color for ActionSheet |
| set(listItemIconBackground: UIColor) | Sets the list item icon background for ActionSheet |
| set(listItemIconBorderRadius: CGFloat) | Sets the list item icon corner radius for ActionSheet |