FIPIconPicker constructor
const
FIPIconPicker({
- Key? key,
- required FIPIconController iconController,
- required List<
IconPack> ? iconPack, - required double? iconSize,
- required String? noResultsText,
- required Color? backgroundColor,
- Color? selectedIconBackgroundColor,
- double? mainAxisSpacing,
- double? crossAxisSpacing,
- Color? iconColor,
- bool? showTooltips,
- Map<
String, IconPickerIcon> ? customIconPack,
Implementation
const FIPIconPicker({
super.key,
required this.iconController,
required this.iconPack,
required this.iconSize,
required this.noResultsText,
required this.backgroundColor,
this.selectedIconBackgroundColor,
this.mainAxisSpacing,
this.crossAxisSpacing,
this.iconColor,
this.showTooltips,
this.customIconPack,
});