toBox property

Widget get toBox

Implementation

Widget get toBox => SliverToBoxAdapter(
      child: this,
    );