Frame constructor

Frame(
  1. ImageProvider image,
  2. int milliseconds
)

Implementation

Frame(this.image, this.milliseconds);