ValueBuilder<TValue> typedef

ValueBuilder<TValue> = Widget Function(BuildContext context, TValue value)

Implementation

typedef ValueBuilder<TValue> = Widget Function(BuildContext context, TValue value);