-
Notifications
You must be signed in to change notification settings - Fork 97
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
TDButtonStyle 无法只改变Border颜色 #225
Comments
👋 @Venali2233,感谢给 TDesign 提出了 issue。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
当前版本已可实现。可以先生成默认Style,再修改自定义参数,例如以下写法: |
tdesign-flutter 版本
0.1.5
重现链接
No response
重现步骤
No response
期望结果
No response
实际结果
No response
Flutter版本
No response
设备与机型信息
No response
系统版本
No response
补充说明
由于TDButtonStyle不能copyWith如果改变Border颜色, style: TDButtonStyle( frameColor: buttonBorderColor, frameWidth: 0.5),那么原本的点击样式就会失效,点击后背景无任何颜色改变,需要自行监听是否点击。能否优化如果改TDButtonStyle属性,只改变指定的属性,
The text was updated successfully, but these errors were encountered: