dynamic/form_input_group library

Classes

FormDataValue
FormInputGroup
FormInputGroup is a widget that renders a group of input fields based on the provided configuration. The layout is responsive and will wrap fields to the next row when the width of the fields exceeds the provided minFieldWrapWidth.
InputControllerState

Typedefs

FormDataChanged = void Function({required FormDataValue changedValue, required bool isInputGroupValid})