FIPFullScreenDialog constructor
const
FIPFullScreenDialog({
- Key? key,
- required FIPIconController iconController,
- required bool? showSearchBar,
- required bool? showTooltips,
- required Color? backgroundColor,
- required Widget? title,
- required List<
IconPack> ? iconPackMode, - required Map<
String, IconPickerIcon> ? customIconPack, - required Icon? searchIcon,
- required Icon? searchClearIcon,
- required SearchComparator? searchComparator,
- required String? searchHintText,
- required Color? iconColor,
- required String? noResultsText,
- required double? iconSize,
- required double? mainAxisSpacing,
- required double? crossAxisSpacing,
- Color? selectedIconBackgroundColor,
Implementation
const FIPFullScreenDialog({
super.key,
required this.iconController,
required this.showSearchBar,
required this.showTooltips,
required this.backgroundColor,
required this.title,
required this.iconPackMode,
required this.customIconPack,
required this.searchIcon,
required this.searchClearIcon,
required this.searchComparator,
required this.searchHintText,
required this.iconColor,
required this.noResultsText,
required this.iconSize,
required this.mainAxisSpacing,
required this.crossAxisSpacing,
this.selectedIconBackgroundColor,
});