FormSignalExtensions<T> extension

============================================================================ SIGNAL EXTENSIONS FOR FORM AND MORPH SLOTS

Extensions for form-related signals.

on

Methods

form({required Widget to(BuildContext context, T value, FormValidationResult validation, bool isFocused), String? validator(T value)?, FormAnimationEffect errorEffect = FormAnimationEffect.shake, FormAnimationEffect successEffect = FormAnimationEffect.pulse, Duration animationDuration = const Duration(milliseconds: 300)}) Widget

Available on Signal<T>, provided by the FormSignalExtensions extension

Create a FormSlot for this signal.