Sliver.fillRemaining constructor Null safety

const Sliver.fillRemaining(
  1. {Key? key,
  2. Widget? child,
  3. @Default(true) bool hasScrollBody,
  4. @Default(false) bool fillOverscroll}
)

Implementation

const factory Sliver.fillRemaining({
  Key? key,
  Widget? child,
  @Default(true) bool hasScrollBody,
  @Default(false) bool fillOverscroll,
}) = SliverFillRemaining;