copyWith method

IconPickerConfiguration copyWith({
  1. IconWidgetBuilder? iconBuilder,
  2. T? preSelected,
  3. bool? shouldScrollToSelectedIcon,
  4. Color? selectedIconsBackgroundColor,
  5. bool? showSearchBar,
  6. bool? adaptiveDialog,
  7. bool? showTooltips,
  8. bool? barrierDismissible,
  9. double? iconSize,
  10. Color? iconColor,
  11. double? mainAxisSpacing,
  12. double? crossAxisSpacing,
  13. ShapeBorder? iconPickerShape,
  14. Color? backgroundColor,
  15. BoxConstraints? constraints,
  16. Widget? title,
  17. Widget? closeChild,
  18. Icon? searchIcon,
  19. String? searchHintText,
  20. Icon? searchClearIcon,
  21. SearchComparator? searchComparator,
  22. String? noResultsText,
  23. List<IconPack>? iconPackModes,
  24. Map<String, IconPickerIcon>? customIconPack,
})

Implementation

IconPickerConfiguration copyWith({
  IconWidgetBuilder? iconBuilder,
  T? preSelected,
  bool? shouldScrollToSelectedIcon,
  Color? selectedIconsBackgroundColor,
  bool? showSearchBar,
  bool? adaptiveDialog,
  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>? iconPackModes,
  Map<String, IconPickerIcon>? customIconPack,
}) =>
    throw UnimplementedError();