description property

  1. @override
PickerDescription get description
override

Implementation

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