SliverFillRemaining constructor Null safety

const SliverFillRemaining(
  1. {Key? key,
  2. Widget? child,
  3. bool hasScrollBody,
  4. bool fillOverscroll}
)

Implementation

const factory SliverFillRemaining(
    {final Key? key,
    final Widget? child,
    final bool hasScrollBody,
    final bool fillOverscroll}) = _$SliverFillRemaining;