optionsPresentation property
How to show options. Null means QuestionOptionsPresentation.automatic: chips if the count is at most optionsChipMaxCount (default kDefaultOptionsChipMaxCount), otherwise a searchable bottom sheet.
Implementation
final QuestionOptionsPresentation? optionsPresentation;