ScrollChild constructor

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

Implementation

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