TransparentLight
class TransparentLight(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT) : OneTapBottomSheetStyle
Deprecated
This style will be removed in future releases. Please, use Light instead.
Replace with
import com.vk.id.onetap.compose.onetap.sheet.style.Light
Content copied to clipboard
Light
Content copied to clipboard
Represents the transparent light style theme for the One Tap Bottom Sheet.
Constructors
Link copied to clipboard
constructor(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT)