Intro List Entry
data class IntroListEntry(var image: IntroImage = NoIntroImage( ), var text: StyledText = StyledText( text = "?cameraIntroDescription", color = ScanbotColor("?sbColorOnSurface", isArgb = false) )) : Parcelable
An entry in the list of scanning steps of the introduction screen.
Constructors
Link copied to clipboard
constructor(image: IntroImage = NoIntroImage( ), text: StyledText = StyledText( text = "?cameraIntroDescription", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ))