child property

Widget? child
final

Refresh Content

notice that: If child is extends ScrollView,It will help you get the internal slivers and add footer and header in it. else it will put child into SliverToBoxAdapter and add footer and header

Implementation

final Widget? child;