Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created September 27, 2018 00:11
Show Gist options
  • Save Nash0x7E2/68d0066f56c72464830f629114414da5 to your computer and use it in GitHub Desktop.
Save Nash0x7E2/68d0066f56c72464830f629114414da5 to your computer and use it in GitHub Desktop.
appBar: AppBar(
title: Text("Animated List Demo"),
centerTitle: true,
leading: IconButton(
icon: Icon(Icons.add),
onPressed: addUser, //Add our Function
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment