PageData constructor

PageData(
  1. Duration duration,
  2. bool shown
)

Implementation

PageData(this.duration, this.shown);