Created
January 9, 2019 01:49
-
-
Save lawreyios/d7e73039be4b024367ac8ef1d9dfb679 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final TextEditingController _filter = new TextEditingController(); | |
RecordList _records = new RecordList(); | |
RecordList _filteredRecords = new RecordList(); | |
String _searchText = ""; | |
Icon _searchIcon = new Icon(Icons.search); | |
Widget _appBarTitle = new Text(appTitle); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment