type property

PickerType? type

Implementation

PickerType? get type => _state != null ? _state!.type.state : null;