FormSignalExtensions<T> extension
============================================================================ SIGNAL EXTENSIONS FOR FORM AND MORPH SLOTS
Extensions for form-related signals.
- on
-
- Signal<
T>
- Signal<
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<
Create a FormSlot for this signal.T> , provided by the FormSignalExtensions extension