ValueDisplayBuilder<T> typedef

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

Signature for a function that creates a value display for RulerPicker<T>.

Implementation

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