optionsPresentation property

QuestionOptionsPresentation? optionsPresentation
final

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;