description property

  1. @override
PickerDescription get description
override

Implementation

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