CurrencyListPickerTheme class

Constructors

CurrencyListPickerTheme({String searchText = "", String searchHintText = "", String lastPickText = "", Color alphabetSelectedBackgroundColor = Colors.transparent, Color alphabetTextColor = Colors.black, Color alphabetSelectedTextColor = Colors.grey, bool isShowTitle = true, bool isShowSymbol = true, bool isShowCode = true, bool isDownIcon = true, String initialSelection = "EUR", bool showEnglishName = true})

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
isShowSymbol bool
final
isShowTitle bool
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