BoxWidgetBuilder<T> typedef

  1. @deprecated
BoxWidgetBuilder<T> = Widget Function(BuildContext context, Box<T> box)

Signature for a function that builds a widget given a Box.

Implementation

@deprecated
typedef BoxWidgetBuilder<T> = Widget Function(BuildContext context, Box<T> box);