TransparentDark

class TransparentDark(cornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, sizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT, elevationStyle: OneTapButtonElevationStyle = OneTapButtonElevationStyle.Default) : OneTapStyle

Deprecated

This style will be removed in future releases. Please, use SecondaryDark instead.

Replace with

import com.vk.id.onetap.common.SecondaryDark
SecondaryDark

Dark version with transparent button, should be used for the light layout.

Parameters

cornersStyle

corner radius style.

sizeStyle

denotes the size of the widget.

elevationStyle

elevation of the button.

Constructors

Link copied to clipboard
constructor(cornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, sizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT, elevationStyle: OneTapButtonElevationStyle = OneTapButtonElevationStyle.Default)