FlutterFormPage constructor
FlutterFormPage({
- required String heading,
- String? description,
- String? image,
- ImageLayout? imageLayout,
- required AnswerType answerType,
- List<
String> ? options,
Implementation
FlutterFormPage({
required this.heading,
this.description,
this.image,
this.imageLayout,
required this.answerType,
this.options,
});