CountryListDialogTheme class

Constructors

CountryListDialogTheme({AlphabetsBarThemes alphabetsBar = const AlphabetsBarThemes(), CurrentLocationTileTheme currentLocationTile = const CurrentLocationTileTheme(), LastPickTileTheme lastPickTile = const LastPickTileTheme(), SearchTileTheme searchTile = const SearchTileTheme(), PreferredSizeWidget? appBar, bool isShowFlage = true, bool isShowFloatButton = true, Color backgroundColor = Colors.transparent, TextStyle titlesStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold), Color titlesBackground = const Color(0x6CDDDDDD), bool isShowDialCode = true, TextStyle textStyle = const TextStyle(fontSize: 16), double tileHeight = 50.0})
const

Properties

alphabetsBar AlphabetsBarThemes
final
appBar PreferredSizeWidget?
final
backgroundColor Color
final
currentLocationTile CurrentLocationTileTheme
final
hashCode int
The hash code for this object.
no setterinherited
isShowDialCode bool
final
isShowFlage bool
final
isShowFloatButton bool
final
lastPickTile LastPickTileTheme
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTile SearchTileTheme
final
textStyle TextStyle
final
tileHeight double
final
titlesBackground Color
final
titlesStyle TextStyle
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