CountryTheme class

Constructors

CountryTheme({Color? labelColor, String? searchText, String? searchHintText, String? lastPickText, Color? alphabetSelectedBackgroundColor, Color? alphabetTextColor, Color? alphabetSelectedTextColor, bool? isShowTitle, bool? isShowFlag, bool? isShowCode, bool? isDownIcon, String? initialSelection, bool? showEnglishName})

Properties

alphabetSelectedBackgroundColor Color?
final
alphabetSelectedTextColor Color?
final
alphabetTextColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
initialSelection String?
final
isDownIcon bool?
final
isShowCode bool?
final
isShowFlag bool?
final
isShowTitle bool?
final
labelColor Color?
final
lastPickText String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchHintText String?
final
searchText String?
final
showEnglishName bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited