PageViews constructor

const PageViews({
  1. Key? key,
})

Implementation

const PageViews({Key? key}) : super(key: key);