ScrollVerticalView constructor
const
ScrollVerticalView({
- Key? key,
- Widget? child,
- ScrollController? controller,
Implementation
const ScrollVerticalView({Key? key, this.child, this.controller}) : super(key: key);