showPicker property

VoidCallback? get showPicker

Implementation

VoidCallback? get showPicker => readOnly ? null : _showPicker;