Closed
Description
Description
There is no title on some Route Page which can show, What type of Animation Page is Demonstrating.
- When I was testing the app I was Just clicking
ListTile
(main.dart) Randomly,
- And I was navigating to Corresponding Page But After Navigating to the Screen I didn't know which type of Animation I am Trying (Because: Page Doesn't Contain title On The
AppBar
).
- Before Navigating to Any Page, I had to first Remember the
ListTile.title
. [a few pages have a title, but I'll like to have for all]
But I would Like to Make it More User Friendly and Easy to Use.
Something like this:
This is my first issue and I would like to Solve this Issue.