any
This commit is contained in:
parent
637516ffb6
commit
16c9667e56
|
@ -1,22 +1 @@
|
||||||
// import '/flutter_flow/flutter_flow_util.dart';
|
|
||||||
// import 'acess_history_page_widget.dart' show AcessHistoryPageWidget;
|
|
||||||
// import 'package:flutter/material.dart';
|
|
||||||
|
|
||||||
// class AcessHistoryPageModel extends FlutterFlowModel<AcessHistoryPageWidget> {
|
|
||||||
// /// State fields for stateful widgets in this page.
|
|
||||||
|
|
||||||
// final unfocusNode = FocusNode();
|
|
||||||
// // State field(s) for TabBar widget.
|
|
||||||
// TabController? tabBarController;
|
|
||||||
// int get tabBarCurrentIndex =>
|
|
||||||
// tabBarController != null ? tabBarController!.index : 0;
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// void initState(BuildContext context) {}
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// void dispose() {
|
|
||||||
// unfocusNode.dispose();
|
|
||||||
// tabBarController?.dispose();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue