-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Colors update #201
Colors update #201
Conversation
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.
// (double total, double height) => total + height); | ||
// final bool isScrollable = | ||
// _kListPadding.vertical + menuTotalHeight > | ||
// constraints.maxHeight; |
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.
Delete these comment if not used ?
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'll be used in the future!
That's on purpose! |
Ok for the button, but does the checkbox be different than Switch ? (I didn’t check on Microsoft docs) |
@WinXaito for checkbox, the contrast color is applied |
See #111
Fixes #174
Fixes #200
Changes
cardColor
andmenuColor
toThemeData
Card
Pre-launch Checklist
dartfmt
on all changed filesCHANGELOG.md
with my changesflutter pub publish --dry-run
and addressed any warnings