FieldItemBuilder<T> typedef

FieldItemBuilder<T> = FieldItem Function(BuildContext context, T value)

This function takes the context and the value and must return a FieldItem that represent that value.

Implementation

typedef FieldItemBuilder<T> = FieldItem Function(BuildContext context, T value);