MyScrollView constructor

MyScrollView({
  1. Key? key,
})

Implementation

MyScrollView({Key? key}) : super(key: key);