EasyDropdownStyle constructor

const EasyDropdownStyle({
  1. Color? backgroundColor,
  2. Color? borderColor,
  3. Color? textColor,
  4. Color? selectedItemColor,
  5. Color? unselectedItemColor,
  6. Color? searchBarColor,
  7. Color? dividerColor,
})

Implementation

const EasyDropdownStyle({
  this.backgroundColor,
  this.borderColor,
  this.textColor,
  this.selectedItemColor,
  this.unselectedItemColor,
  this.searchBarColor,
  this.dividerColor,
});