LogoAnimation constructor
LogoAnimation({})
Implementation
LogoAnimation({
required Animation animation,
required this.xCoor,
required this.yCoor,
required this.pointColor,
required this.pointSize,
}) : super(listenable: animation);