MarkerCenterAnimation constructor

const MarkerCenterAnimation({
  1. Duration duration = const Duration(milliseconds: 500),
  2. Curve curve = Curves.ease,
})

Implementation

const MarkerCenterAnimation({
  this.duration = const Duration(milliseconds: 500),
  this.curve = Curves.ease,
});