GroupSubscriptionStyle  
    Base class for defining the style of 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.
Inheritors
Types
Link copied to clipboard
                  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.
Link copied to clipboard
                  class Light(cornersStyle: GroupSubscriptionSheetCornersStyle = GroupSubscriptionSheetCornersStyle.Default, buttonsCornersStyle: GroupSubscriptionButtonsCornersStyle = GroupSubscriptionButtonsCornersStyle.Default, buttonsSizeStyle: GroupSubscriptionButtonsSizeStyle = GroupSubscriptionButtonsSizeStyle.DEFAULT) : GroupSubscriptionStyle
Represents the light style theme for the Group Subscription Sheet.