Challenge: Profile Actions Items
In this challenge, you'll add the remaining Profile action items.
We'll cover the following
Challenge: Profile actions items
In this challenge, you’ll add the rest of the Profile Action Items along with “Call” & “Text” action items:
-
Video
- Hint: The
Icons.video_call
icon is appropriate for the the “Video” action. Add thebuildVideoCallButton()
method as a child to the parent Row widget.
- Hint: The
-
Email
- Hint: The
Icons.email
icon is appropriate for “Email” action. Add thebuildEmailButton()
method as a child to the parent Row widget.
- Hint: The
-
Directions
- Hint: The
Icons.directions
icon is appropriate for the “Directions” action. Add thebuildDirectionsButton()
method as a child to the parent Row widget.
- Hint: The
-
Pay
- Hint: The
Icons.attach_money
icon is appropriate for the the “Pay” action. Add thebuildPayButton()
method as a child to the parent Row widget.
- Hint: The
After adding action items above, add a Divider
widget to separate the Profile Action Items from other widgets below it.
Get hands-on with 1400+ tech skills courses.