FastConditionHandler typedef

FastConditionHandler = void Function(bool isMet, FastFormFieldState field)

A Function that defines a conditional state of a FastFormField.

Implements, what happens when a condition is met or not.

Typically linked to FastConditionList.

Called at the end of every FastFormFieldState.testConditions run.

Implementation

typedef FastConditionHandler = void Function(
    bool isMet, FastFormFieldState field);