survey_kit library

Functions

CompletionStep({String? id, required String title, required String text, String? buttonText}) Step
It is uppercase to support previous implementions of the CompletionnStep
InstructionStep({String? id, required String title, required String text, String? buttonText}) Step
It is uppercase to support previous implementions of the InstructionStep
QuestionStep({String? id, required String title, String text = '', required AnswerFormat answerFormat, bool isOptional = true, String? buttonText}) Step
It is uppercase to support previous implementions of the QuestionStep
textFieldInputDecoration({String hint = ''}) InputDecoration

Typedefs

StepShell = Widget Function(Step step, Widget? answerWidget, BuildContext context)

Exceptions / Errors

RuleNotDefinedException
TaskNotDefinedException
Defines an exception if not valid task definition is found