BuildContextValueBuilder<T> typedef

BuildContextValueBuilder<T> = Widget Function(BuildContext context, T value)

The type of a function which takes both a build context and a value.

Implementation

typedef BuildContextValueBuilder<T> = Widget Function(
  BuildContext context,
  T value,
);