AnimatedStyledContainer constructor
      
      AnimatedStyledContainer({})
     
    
    
Implementation
AnimatedStyledContainer({
  Key? key,
  required StyleBase style,
  required this.duration,
  this.curve = Curves.linear,
  required this.child,
  this.onMouseEnter,
  this.onMouseExit,
  this.onEnd,
}) : super(
        key: key,
        style: style,
      );