增加若干基础页面
This commit is contained in:
10
lib/pages/tab/tab_state.dart
Normal file
10
lib/pages/tab/tab_state.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class TabState {
|
||||
late int currentPage;
|
||||
PageController? pageController;
|
||||
TabState() {
|
||||
///Initialize variables
|
||||
currentPage = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user