Page View - Flutter Widget of the Day #3

Опубликовано: 22 Апрель 2022
на канале: Flutter UI Dev
526
13

Day 3 - We are going to explore the Page View widget in Flutter

A PageView is a widget that generates scrollable pages on the screen. This can either be a fixed list of pages or a builder function that builds repeating pages. PageView acts similar to a ListView in the sense of constructing elements.

Learn more about Page View -https://api.flutter.dev/flutter/widge...