24 lines
757 B
Dart
24 lines
757 B
Dart
// import '/flutter_flow/flutter_flow_util.dart';
|
|
// import 'liberation_history_widget.dart' show LiberationHistoryWidget;
|
|
// import 'package:flutter/material.dart';
|
|
|
|
// class LiberationHistoryModel extends FlutterFlowModel<LiberationHistoryWidget> {
|
|
// /// State fields for stateful widgets in this page.
|
|
|
|
// final unfocusNode = FocusNode();
|
|
// // State field(s) for TextField widget.
|
|
// FocusNode? textFieldFocusNode;
|
|
// TextEditingController? textController;
|
|
// String? Function(BuildContext, String?)? textControllerValidator;
|
|
|
|
// @override
|
|
// void initState(BuildContext context) {}
|
|
|
|
// @override
|
|
// void dispose() {
|
|
// unfocusNode.dispose();
|
|
// textFieldFocusNode?.dispose();
|
|
// textController?.dispose();
|
|
// }
|
|
// }
|