CountryListDialogTheme constructor
const
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,
Implementation
const CountryListDialogTheme({
this.alphabetsBar = const AlphabetsBarThemes(),
this.currentLocationTile = const CurrentLocationTileTheme(),
this.lastPickTile = const LastPickTileTheme(),
this.searchTile = const SearchTileTheme(),
this.appBar,
this.isShowFlage = true,
this.isShowFloatButton = true,
this.backgroundColor = Colors.transparent,
this.titlesStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
this.titlesBackground = const Color(0x6CDDDDDD),
this.isShowDialCode = true,
this.textStyle = const TextStyle(fontSize: 16),
this.tileHeight = 50.0,
});