-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Updates to the Reply Navigation Rail animation #299
Updates to the Reply Navigation Rail animation #299
Conversation
extended: _isExtended.value, | ||
labelType: NavigationRailLabelType.none, | ||
leading: _NavigationRailHeader( | ||
extended: _isExtended, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can _NavigationRailHeader
fit on one line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not fit
const SizedBox(height: 8), | ||
for (var folder in folders.keys) | ||
InkWell( | ||
borderRadius: const BorderRadius.all( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can borderRadius
fit on one line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is Awesome!
LGTM
…y-nav-rail-animation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…y-nav-rail-animation
* Use google_fonts package * Use hosted version of google_fonts Former-commit-id: 73f8984
This change makes a few updates to the Nav Rail extended animation:
The destinations also no longer jump by a combination of flutter/flutter#65659 and correcting the leading animation.
Before regular speed:


After regular speed:
Before 5x slow speed:


After 5x slow speed: