FdcEditorComboPopupStyle constructor
const
FdcEditorComboPopupStyle({
- Color? backgroundColor,
- Color? surfaceTintColor,
- Color? shadowColor,
- Color? borderColor,
- double? elevation,
- BorderRadiusGeometry? borderRadius,
- TextStyle? itemTextStyle,
- Color? highlightedItemColor,
- Color? selectedIconColor,
- TextStyle? emptyTextStyle,
- Color? searchFillColor,
- TextStyle? searchTextStyle,
- TextStyle? searchHintStyle,
- Color? searchIconColor,
- Color? searchClearIconColor,
- Color? searchBorderColor,
- Color? searchFocusedBorderColor,
- double? searchBorderWidth,
- double? searchFocusedBorderWidth,
- BorderRadiusGeometry? searchBorderRadius,
Creates a FdcEditorComboPopupStyle.
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,
});