OneTapBottomSheetStyle

Base class for defining the style of the One Tap Bottom Sheet.

Inheritors

Types

Link copied to clipboard
class Dark(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT) : OneTapBottomSheetStyle

Represents the dark style theme for the One Tap Bottom Sheet.

Link copied to clipboard
class Light(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT) : OneTapBottomSheetStyle

Represents the light style theme for the One Tap Bottom Sheet.

Link copied to clipboard
class TransparentDark(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT) : OneTapBottomSheetStyle

Represents the transparent dark style theme for the One Tap Bottom Sheet.

Link copied to clipboard
class TransparentLight(cornersStyle: OneTapSheetCornersStyle = OneTapSheetCornersStyle.Default, buttonsCornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, buttonsSizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT) : OneTapBottomSheetStyle

Represents the transparent light style theme for the One Tap Bottom Sheet.