ScrollViewDemo constructor

const ScrollViewDemo({
  1. Key? key,
})

Implementation

const ScrollViewDemo({Key? key}) : super(key: key);