-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Pagination #46
feat: Pagination #46
Conversation
Visit the preview URL for this PR (updated for commit c60200c): https://zeta-flutter-main--pr-46-ux-872-qemn3eo4.web.app (expires Fri, 19 Apr 2024 14:43:56 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 5ca681de0a0ad9185b252304c113355d5ee04ca6 |
border: Border.all(color: colors.borderSubtle), | ||
borderRadius: widget.rounded ? ZetaRadius.minimal : ZetaRadius.none, | ||
), | ||
// TODO(mikecoomber): Replace with Zeta Dropdown |
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.
TODO?
minWidth: _itemWidth, | ||
), | ||
child: Material( | ||
// color: widget.selected ? colors.cool[100] : colors.surfacePrimary, |
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.
is this needed?
Authored-by: Osman <AO3856@zebra.com>
No description provided.