ScrollVerticalView constructor

const ScrollVerticalView({
  1. Key? key,
  2. Widget? child,
  3. ScrollController? controller,
})

Implementation

const ScrollVerticalView({Key? key, this.child, this.controller}) : super(key: key);