PageNext constructor

PageNext({
  1. String? text,
  2. Page? nextPage,
})

Implementation

PageNext({this.text, this.nextPage});