widgets/ny_form library

Classes

DecoratorTextField
DecoratorTextField is a class that helps in managing form text fields
Field
Field is a class that helps in managing form fields
FormCast
FormCast is a class that helps in managing form casts
Forms
Forms class
FormValidator
FormValidator is a class that helps in managing form validation It is used in the NyFormData class Example:
NyForm
NyForm is a class that helps in managing forms To create a form, you need to extend the NyFormData class Example:
NyFormData
NyFormData is a class that helps in managing form data
NyFormStyle
NyFormStyle is a class that helps in managing form styles

Enums

TextAreaSize
TextAreaSize is an enum that helps in managing textarea sizes

Extensions

NyFieldStyle on String

Typedefs

FieldStyle = String
FormStyleCheckbox = Map<String, FormCast Function()>
FormStyleCheckbox is a typedef that helps in managing form style checkboxes
FormStyleTextField = Map<String, NyTextField Function(NyTextField)>
FormStyleTextField is a typedef that helps in managing form style text fields
FormSubmitCallback = (dynamic, dynamic Function(dynamic data))?
FormSubmitCallback is a typedef that helps in managing form submit callbacks