Overlay constructor

Overlay({
  1. List<Animation>? animations,
  2. Image? image,
})

Implementation

Overlay({
  this.animations,
  this.image,
});