-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Added ShapeBorder to expansionTile #112218
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
Added ShapeBorder to expansionTile #112218
Conversation
I would like to request a Review. @Piinks @bernaferrari |
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.
Thanks for the PR, seems like a good addition! In the next step, we'll get a second reviewer to check it out. |
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, just some nits
e03f946
to
0a2ffc2
Compare
copy of #108861
Adds [
borderColor, collapsedBorderColor,border, collapsedBorder] shape, collapsedShape, clipBehaviour properties to Expansion Tile widget.uses ShapeBorderTween to add expand/close animation
replaces _borderColorTween with _borderTween
Changes Container decoration of expansionTile from
BoxDecoration
toShapeDecoration
List which issues are fixed by this PR.
Pre-launch Checklist
///
).