ScrollShadowContainer constructor

const ScrollShadowContainer({
  1. required Widget child,
  2. MaterialElevation? elevation = MaterialElevation.the2dp,
})

Implementation

const ScrollShadowContainer({
  required this.child,
  this.elevation = MaterialElevation.the2dp,
}) : boxShadow = null;