SmartAutoSuggestTheme constructor

const SmartAutoSuggestTheme({
  1. Color? overlayColor,
  2. Color? overlayCardColor,
  3. List<BoxShadow>? overlayShadows,
  4. BorderRadius? overlayBorderRadius,
  5. double? overlayMargin,
  6. BorderSide? listBorderSide,
  7. Color? tileColor,
  8. Color? selectedTileColor,
  9. Color? selectedTileTextColor,
  10. EdgeInsetsGeometry? tilePadding,
  11. TextStyle? tileSubtitleStyle,
  12. TextStyle? noResultsSubtitleStyle,
  13. TextStyle? loadingSubtitleStyle,
  14. TextStyle? errorSubtitleStyle,
  15. Color? errorIconColor,
  16. double? progressIndicatorHeight,
  17. Color? progressIndicatorColor,
  18. double? dividerIndent,
  19. Color? disabledItemColor,
})

Implementation

const SmartAutoSuggestTheme({
  this.overlayColor,
  this.overlayCardColor,
  this.overlayShadows,
  this.overlayBorderRadius,
  this.overlayMargin,
  this.listBorderSide,
  this.tileColor,
  this.selectedTileColor,
  this.selectedTileTextColor,
  this.tilePadding,
  this.tileSubtitleStyle,
  this.noResultsSubtitleStyle,
  this.loadingSubtitleStyle,
  this.errorSubtitleStyle,
  this.errorIconColor,
  this.progressIndicatorHeight,
  this.progressIndicatorColor,
  this.dividerIndent,
  this.disabledItemColor,
});