PollStartContent constructor
const
PollStartContent({
- PollKind? kind,
- required int maxSelections,
- required PollQuestion question,
- required List<
PollAnswer> answers,
Implementation
const PollStartContent({
this.kind,
required this.maxSelections,
required this.question,
required this.answers,
});