ViewportScrollView constructor

const ViewportScrollView({
  1. Key? key,
  2. required Widget child,
})

Implementation

const ViewportScrollView({Key? key, required this.child}) : super(key: key);