toSliverWidget property

Widget toSliverWidget

Implementation

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