LazxValueBuilder<T> typedef

LazxValueBuilder<T> = void Function(T? value)

LazxWidgetBuilder is a type for a builder function that returns a Widget and have a BuildContext & a T value from a LazxData as a parameter

Implementation

typedef LazxValueBuilder<T> = void Function(T? value);