SmartAutoSuggestTheme constructor
const
SmartAutoSuggestTheme({
- Color? overlayColor,
- Color? overlayCardColor,
- List<
BoxShadow> ? overlayShadows, - BorderRadius? overlayBorderRadius,
- double? overlayMargin,
- BorderSide? listBorderSide,
- Color? tileColor,
- Color? selectedTileColor,
- Color? selectedTileTextColor,
- EdgeInsetsGeometry? tilePadding,
- TextStyle? tileSubtitleStyle,
- TextStyle? noResultsSubtitleStyle,
- TextStyle? loadingSubtitleStyle,
- TextStyle? errorSubtitleStyle,
- Color? errorIconColor,
- double? progressIndicatorHeight,
- Color? progressIndicatorColor,
- double? dividerIndent,
- Color? disabledItemColor,
Creates a SmartAutoSuggestTheme.
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,
});