Guest User

Untitled

a guest
Jan 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. AppBar _leadingBar() => AppBar(
  2. title: Text(PageName.APP_BAR),
  3. leading: InkWell(
  4. child: Icon(Icons.menu),
  5. onTap: () {
  6. print("click menu");
  7. },
  8. ),
  9. );
Add Comment
Please, Sign In to add comment