dark constant

Implementation

static const CountryPickerThemeData dark = CountryPickerThemeData(
  backgroundColor: Color(0xFF302E2C),
  headerColor: Color(0xFF3C3A38),
  textColor: Colors.white,
  accentColor: Color(0xFF699B4B),
  searchFieldColor: Color(0x0D000000),
  searchFieldBorderColor: Colors.white24,
  cursorColor: Colors.white,
  hintTextColor: Colors.white54,
  hoverColor: Colors.white10,
  borderRadius: 8.0,
  textStyle: TextStyle(fontSize: 14),
  itemPadding: EdgeInsets.symmetric(horizontal: 12, vertical: 8),
  flagSize: 20.0,
);