ForegroundToBackgroundTransform constructor

const ForegroundToBackgroundTransform({
  1. double endScale = 0.4,
})

Implementation

const ForegroundToBackgroundTransform({
  this.endScale = 0.4,
});