Skip to content

Commit f88bc9a

Browse files
committed
modify the default page.
1 parent bd723f1 commit f88bc9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/nbmain.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class NBMain extends StatefulWidget {
1717
const ITEM_COUNT = 5;
1818

1919
class NBState extends State<NBMain> {
20-
var curGroup = GroupType.simple;
21-
var curItemType = ItemType.row_column;
20+
var curGroup = GroupType.scroll;
21+
var curItemType = ItemType.page_view;
2222

2323
@override
2424
Widget build(BuildContext context) {

screenshots/page_view.jpg

-23.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)