Guest User

Untitled

a guest
Jan 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Builder(
  2. builder: (context) => RaisedButton(
  3. onPressed: () {
  4. Scaffold.of(context).openDrawer();
  5. },
  6. color: BLUE_DEEP,
  7. child: Icon(
  8. Icons.forward,
  9. color: Colors.white,
  10. ),
  11. ),
  12. ),
Add Comment
Please, Sign In to add comment