WrapBoxBuilder typedef

WrapBoxBuilder = Widget Function(BuildContext context, Widget child)

A builder that builds a widget that wraps the box parts of a SliverSwayzeTable.

The result widget should contain the passed child which is the box parts of the table.

See also:

Implementation

typedef WrapBoxBuilder = Widget Function(
  BuildContext context,
  Widget child,
);