MyoroFormBuilder<T> typedef

MyoroFormBuilder<T> = Widget Function(MyoroRequest<T> request, MyoroFormNotifier<T> controller)

Builder of the content within the form.

Contains controller so you don't need to create one & the status of the form execution.

Implementation

typedef MyoroFormBuilder<T> = Widget Function(MyoroRequest<T> request, MyoroFormNotifier<T> controller);