Widget sliverBox(Widget widget, [bool wrap = true]) => wrap == true ? SliverToBoxAdapter(child: widget) : widget;