Dark
class Dark(cornersStyle: GroupSubscriptionSheetCornersStyle = GroupSubscriptionSheetCornersStyle.Default, buttonsCornersStyle: GroupSubscriptionButtonsCornersStyle = GroupSubscriptionButtonsCornersStyle.Default, buttonsSizeStyle: GroupSubscriptionButtonsSizeStyle = GroupSubscriptionButtonsSizeStyle.DEFAULT) : GroupSubscriptionStyle
Represents the dark style theme for the Group Subscription Sheet.
Since
2.5.0
Parameters
cornersStyle
The style for sheet corners.
buttonsCornersStyle
The style for button corners.
buttonsSizeStyle
The style for button size.
Constructors
Link copied to clipboard
constructor(cornersStyle: GroupSubscriptionSheetCornersStyle = GroupSubscriptionSheetCornersStyle.Default, buttonsCornersStyle: GroupSubscriptionButtonsCornersStyle = GroupSubscriptionButtonsCornersStyle.Default, buttonsSizeStyle: GroupSubscriptionButtonsSizeStyle = GroupSubscriptionButtonsSizeStyle.DEFAULT)