sliverFill method

Widget sliverFill()

Implementation

Widget sliverFill() {
  return SliverFillRemaining(
    child: this,
  );
}