colorCodeIcon property

  1. @Deprecated('This property is deprecated and no longer has any function. ' 'It was removed in v2.0.0. To modify the copy icon on the color code ' 'entry field, define the `ColorPickerCopyPasteBehavior(copyIcon: ' 'myIcon)` and provide it via the `copyPasteBehavior` property.')
IconData? colorCodeIcon
final

Old property, no longer in use. This property is now set via property copyPasteBehavior and ColorPickerCopyPasteBehavior.copyIcon

Implementation

@Deprecated('This property is deprecated and no longer has any function. '
    'It was removed in v2.0.0. To modify the copy icon on the color code '
    'entry field, define the `ColorPickerCopyPasteBehavior(copyIcon: '
    'myIcon)` and provide it via the `copyPasteBehavior` property.')
final IconData? colorCodeIcon;