MyAnimatedWidget constructor

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

Implementation

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