AnimatedButton constructor

const AnimatedButton({
  1. required BottomBarCenterModel bottomBarCenterModel,
  2. Key? key,
})

Implementation

const AnimatedButton({
  required this.bottomBarCenterModel,
  Key? key,
}) : super(key: key);