copyWith method
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,
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();