description property
Implementation
@override
PickerDescription get description => const PickerDescription(
icon: '☝️',
label: 'Single Mode Picker',
description: 'Picker to select a single image. '
'Selecting a new image will replace the old one.',
);