PageView(
  children: <Widget>[
    Container(
      color: Colors.pink,
      child: Center(
        child: Text('Page 1'),
      ),
    ),
    Container(
      color: Colors.cyan,
      child: Center(
        child: Text('Page 2'),
      ),
    ),
    Container(
      color: Colors.deepPurple,
      child: Center(
        child: Text('Page 3'),
      ),
    ),
  ],
)

Subscribe For Daily Updates

Flutter Questions
Android Questions