SingleListPickerOptions constructor

const SingleListPickerOptions({
  1. bool isCustomGestureTap = false,
  2. bool allowedMultipleChoice = true,
})

Implementation

const SingleListPickerOptions(
    {this.isCustomGestureTap = false, this.allowedMultipleChoice = true});