FdcEditorComboPopupStyle constructor

const FdcEditorComboPopupStyle({
  1. Color? backgroundColor,
  2. Color? surfaceTintColor,
  3. Color? shadowColor,
  4. Color? borderColor,
  5. double? elevation,
  6. BorderRadiusGeometry? borderRadius,
  7. TextStyle? itemTextStyle,
  8. Color? highlightedItemColor,
  9. Color? selectedIconColor,
  10. TextStyle? emptyTextStyle,
  11. Color? searchFillColor,
  12. TextStyle? searchTextStyle,
  13. TextStyle? searchHintStyle,
  14. Color? searchIconColor,
  15. Color? searchClearIconColor,
  16. Color? searchBorderColor,
  17. Color? searchFocusedBorderColor,
  18. double? searchBorderWidth,
  19. double? searchFocusedBorderWidth,
  20. BorderRadiusGeometry? searchBorderRadius,
})

Implementation

const FdcEditorComboPopupStyle({
  this.backgroundColor,
  this.surfaceTintColor,
  this.shadowColor,
  this.borderColor,
  this.elevation,
  this.borderRadius,
  this.itemTextStyle,
  this.highlightedItemColor,
  this.selectedIconColor,
  this.emptyTextStyle,
  this.searchFillColor,
  this.searchTextStyle,
  this.searchHintStyle,
  this.searchIconColor,
  this.searchClearIconColor,
  this.searchBorderColor,
  this.searchFocusedBorderColor,
  this.searchBorderWidth,
  this.searchFocusedBorderWidth,
  this.searchBorderRadius,
});