CountryPickerStyle

data class CountryPickerStyle @JvmOverloads constructor(var screenTitleStyle: TextLabelStyle = TextLabelStyle(), var searchFieldStyle: InputFieldStyle = InputFieldStyle(), var searchItemStyle: TextLabelStyle = TextLabelStyle(), var containerStyle: ContainerStyle = ContainerStyle(color = 0xFFFFFFFF), var withFlag: Boolean = true)

Constructors

Link copied to clipboard
constructor(screenTitleStyle: TextLabelStyle = TextLabelStyle(), searchFieldStyle: InputFieldStyle = InputFieldStyle(), searchItemStyle: TextLabelStyle = TextLabelStyle(), containerStyle: ContainerStyle = ContainerStyle(color = 0xFFFFFFFF), withFlag: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard