AnimatedPin constructor

AnimatedPin({
  1. Key? key,
  2. Widget? child,
})

Implementation

AnimatedPin({
  Key? key,
  this.child,
});