copyWith method

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

Implementation

IconPickerConfiguration copyWith({
  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();