PageLink constructor

PageLink({
  1. String? next,
  2. String? previous,
})

Implementation

PageLink({this.next, this.previous});