FillRemainsScrollView constructor

const FillRemainsScrollView({
  1. Key? key,
  2. ScrollController? controller,
  3. ScrollPhysics? physics,
  4. required Widget child,
})

Implementation

const FillRemainsScrollView({
  super.key,
  this.controller,
  this.physics,
  required this.child,
});