generated/arcane_shadcn/src/components/form/form library
Classes
-
CompareTo<
T extends Comparable< T> > -
CompareWith<
T extends Comparable< T> > -
CompositeValidator<
T> -
ConditionalValidator<
T> - EmailValidator
- Form
- FormController
-
FormEntry<
T> - FormEntryErrorBuilder
-
FormEntryInterceptor<
T> - FormEntryState
- FormErrorBuilder
-
FormField<
T> -
FormInline<
T> -
FormKey<
T> - FormState
- FormTableLayout
- FormValidityNotification
-
FormValueState<
T> -
IgnoreForm<
T> - This widget prevents form components from submitting its value to the form controller
- InvalidResult
- LengthValidator
-
MaxValidator<
T extends num> -
MinValidator<
T extends num> -
NonNullValidator<
T> - NotEmptyValidator
-
NotValidator<
T> -
OrValidator<
T> -
RangeValidator<
T extends num> - RegexValidator
-
ReplaceResult<
T> - SafePasswordValidator
- SubmissionResult
- SubmitButton
- URLValidator
-
ValidationMode<
T> - ValidationResult
-
Validator<
T> -
ValidatorBuilder<
T> - WaitingResult
Mixins
- FormFieldHandle
-
FormValueSupplier<
T, X extends StatefulWidget>
Extensions
Typedefs
-
AutoCompleteKey
= FormKey<
String> -
CheckboxKey
= FormKey<
CheckboxState> -
ChipInputKey<
T> = FormKey< List< T> > -
ColorPickerKey
= FormKey<
Color> -
DatePickerKey
= FormKey<
DateTime> -
FormSubmitCallback
= void Function(BuildContext context, Map<
FormKey, dynamic> values) -
FuturePredicate<
T> = FutureOr< bool> Function(T? value) -
InputOTPKey
= FormKey<
List< int?> > -
MultiSelectKey<
T> = FormKey< List< T> > -
NumberInputKey
= FormKey<
num> -
PhoneInputKey
= FormKey<
PhoneNumber> -
RadioCardKey
= FormKey<
int> -
RadioGroupKey
= FormKey<
int> -
SelectKey<
T> = FormKey< T> -
SliderKey
= FormKey<
SliderValue> -
StarRatingKey
= FormKey<
double> -
SwitchKey
= FormKey<
bool> -
TextAreaKey
= FormKey<
String> -
TextFieldKey
= FormKey<
String> -
TimePickerKey
= FormKey<
TimeOfDay> -
ToggleKey
= FormKey<
bool> -
ValidatorBuilderFunction<
T> = FutureOr< ValidationResult?> Function(T? value)