FastFormEmptyArrayBuilder<T> typedef

FastFormEmptyArrayBuilder<T> = Widget Function(FastFormArrayState<T> field)

Signature for building the widget when the array is empty.

Implementation

typedef FastFormEmptyArrayBuilder<T> = Widget Function(
    FastFormArrayState<T> field);