Skip to content

Instantly share code, notes, and snippets.

@CodingWithTashi
Created March 20, 2022 10:40
floatingActionButton: FloatingActionButton(
onPressed: counterProvider.update,
tooltip: 'Increment',
child: const Icon(Icons.add),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment