OAuthListWidgetStyle
The style for OAuthListWidget.
Parameters
cornersStyle
corner radius style.
rippleStyle
ripple effect style.
borderStyle
border style.
textStyle
style of the text displayed of the widget.
sizeStyle
denotes the size of the widget.
Inheritors
Types
Link copied to clipboard
class Dark(cornersStyle: OAuthListWidgetCornersStyle = OAuthListWidgetCornersStyle.Default, sizeStyle: OAuthListWidgetSizeStyle = OAuthListWidgetSizeStyle.DEFAULT) : OAuthListWidgetStyle
Light version, should be used for the dark layout.
Link copied to clipboard
class Light(cornersStyle: OAuthListWidgetCornersStyle = OAuthListWidgetCornersStyle.Default, sizeStyle: OAuthListWidgetSizeStyle = OAuthListWidgetSizeStyle.DEFAULT) : OAuthListWidgetStyle
Dark version, should be used for the light layout.