description property
Implementation
@override
PickerDescription get description => const PickerDescription(
icon: '📷',
label: 'Camera Picker',
description: 'Picker with a camera button.\n'
'The camera logic is handled by the `camera` package.',
);