Skip to content

Instantly share code, notes, and snippets.

@ttlg
Last active November 21, 2021 12:40
Show Gist options
  • Save ttlg/9d73347710c31ac89f86daa0534ebdef to your computer and use it in GitHub Desktop.
Save ttlg/9d73347710c31ac89f86daa0534ebdef to your computer and use it in GitHub Desktop.
enum SortOrder {
ASC,
DESC,
}
final _sortOrderState = StateProvider<SortOrder>((ref) => SortOrder.ASC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment