FlexibleScrollView constructor

FlexibleScrollView({
  1. required Widget child,
  2. ScrollController? controller,
})

Implementation

FlexibleScrollView({required this.child, this.controller});