Guest User

Untitled

a guest
Jan 22nd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. floatingActionButton: Container(
  2. height: 100,
  3. width: 100,
  4. child: FloatingActionButton(
  5. onPressed: () {
  6. print("click floating");
  7. },
  8. child: Text(
  9. "Refresh",
  10. style: TextStyle(fontSize: 20),
  11. ),
  12. ),
  13. )
Add Comment
Please, Sign In to add comment