Skip to content

Instantly share code, notes, and snippets.

@CodingWithTashi
Created March 20, 2022 10:40
Show Gist options
  • Save CodingWithTashi/d02676ceee8cfecaf95eecf1d567c489 to your computer and use it in GitHub Desktop.
Save CodingWithTashi/d02676ceee8cfecaf95eecf1d567c489 to your computer and use it in GitHub Desktop.
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