ButtonShape

data class ButtonShape(val shape: Shape = CircleShape)

Shape of the main action button in the Microblink Platform SDK.

Constructors

Link copied to clipboard
constructor(shape: Shape = CircleShape)

Properties

Link copied to clipboard