toSliverWidget property

Widget get toSliverWidget

Implementation

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