description property
Implementation
@override
PickerDescription get description => const PickerDescription(
icon: '♻️',
label: 'Restorable Picker',
description: 'Picker that can be close and reopen to the same state.',
);
@override
PickerDescription get description => const PickerDescription(
icon: '♻️',
label: 'Restorable Picker',
description: 'Picker that can be close and reopen to the same state.',
);