Skip to content

Instantly share code, notes, and snippets.

@becek2n
Created June 25, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save becek2n/6e9ba68a9c98b750e7bf45fd2923556e to your computer and use it in GitHub Desktop.
Save becek2n/6e9ba68a9c98b750e7bf45fd2923556e to your computer and use it in GitHub Desktop.
floatingActionButton: FloatingActionButton(
child: new IconButton(icon: new Image.asset("assets/chatbot.jpg"),
tooltip: "Chat Me",
onPressed: () {
Navigator.push(context, MaterialPageRoute(builder: (context) => ChatbotDialogflow()));
},
),
onPressed: (){},
backgroundColor: Colors.white,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment