CustomContainer constructor

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

Implementation

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