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:
- SliverSwayzeTable.wrapBox
SliverTwoAxisScroll
that contains the caller for this builder.
Implementation
typedef WrapBoxBuilder = Widget Function(
BuildContext context,
Widget child,
);