Skip to content

Instantly share code, notes, and snippets.

@lawreyios
Created January 9, 2019 01:49
Show Gist options
  • Save lawreyios/d7e73039be4b024367ac8ef1d9dfb679 to your computer and use it in GitHub Desktop.
Save lawreyios/d7e73039be4b024367ac8ef1d9dfb679 to your computer and use it in GitHub Desktop.
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