LazxWidgetBuilder<T> typedef

LazxWidgetBuilder<T> = Widget Function(BuildContext context, 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 LazxWidgetBuilder<T> = Widget Function(BuildContext context, T? value);