FIPDefaultDialog constructor
const
FIPDefaultDialog({
- Key? key,
- required FIPIconController controller,
- Color? selectedIconBackgroundColor,
- bool? showSearchBar,
- bool routedView = false,
- bool adaptive = false,
- bool? showTooltips,
- bool? barrierDismissible,
- double? iconSize,
- Color? iconColor,
- double? mainAxisSpacing,
- double? crossAxisSpacing,
- ShapeBorder? iconPickerShape,
- Color? backgroundColor,
- BoxConstraints? constraints,
- Widget? title,
- Widget? closeChild,
- Icon? searchIcon,
- String? searchHintText,
- Icon? searchClearIcon,
- SearchComparator? searchComparator,
- String? noResultsText,
- List<
IconPack> ? iconPackMode, - Map<
String, IconPickerIcon> ? customIconPack,
Implementation
const FIPDefaultDialog({
super.key,
required this.controller,
this.selectedIconBackgroundColor,
this.showSearchBar,
this.routedView = false,
this.adaptive = false,
this.showTooltips,
this.barrierDismissible,
this.iconSize,
this.iconColor,
this.mainAxisSpacing,
this.crossAxisSpacing,
this.iconPickerShape,
this.backgroundColor,
this.constraints,
this.title,
this.closeChild,
this.searchIcon,
this.searchHintText,
this.searchClearIcon,
this.searchComparator,
this.noResultsText,
this.iconPackMode,
this.customIconPack,
});