UniversalSingleChildScrollView constructor

UniversalSingleChildScrollView({
  1. Key? key,
  2. dynamic child,
})

Implementation

UniversalSingleChildScrollView({this.key, this.child}) : super(key: key);