JotformQuestion constructor
JotformQuestion({})
Implementation
JotformQuestion({
this.headerType,
this.imageAlign,
required this.name,
required this.order,
required this.qid,
required this.text,
this.textAlign,
required this.type,
this.verticalTextAlign,
});