ContainerWithChild constructor

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

Implementation

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