A masonry layout is a layout in which content is stacked like a brick or stone wall, as shown below. It is also called a waterfall layout because the content flows down the page like a waterfall.
這是《Flutter 勇者之書》第4章和第5章的範例程式碼 Demo App。 lib/ ├── main.dart # 應用程式入口 ├── theme/ │ └── app_theme.dart # 主題設定 └── screens/ ├── home_screen.dart # 主頁面(5個分頁 ...