CustomAnimatedContainer constructor

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

Implementation

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