CountryListDialogTheme constructor

const CountryListDialogTheme({
  1. AlphabetsBarThemes alphabetsBar = const AlphabetsBarThemes(),
  2. CurrentLocationTileTheme currentLocationTile = const CurrentLocationTileTheme(),
  3. LastPickTileTheme lastPickTile = const LastPickTileTheme(),
  4. SearchTileTheme searchTile = const SearchTileTheme(),
  5. PreferredSizeWidget? appBar,
  6. bool isShowFlage = true,
  7. bool isShowFloatButton = true,
  8. Color backgroundColor = Colors.transparent,
  9. TextStyle titlesStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
  10. Color titlesBackground = const Color(0x6CDDDDDD),
  11. bool isShowDialCode = true,
  12. TextStyle textStyle = const TextStyle(fontSize: 16),
  13. 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,
});