Skip to content
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

Closed
Venali2233 opened this issue Jul 8, 2024 · 7 comments
Closed

TDButtonStyle 无法只改变Border颜色 #225

Venali2233 opened this issue Jul 8, 2024 · 7 comments

Comments

@Venali2233
Copy link

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属性,只改变指定的属性,

Copy link
Contributor

github-actions bot commented Jul 8, 2024

👋 @Venali2233,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

Copy link
Contributor

github-actions bot commented Aug 8, 2024

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

@github-actions github-actions bot added the Stale label Aug 8, 2024
@Luozf12345 Luozf12345 removed the Stale label Aug 9, 2024
Copy link
Contributor

github-actions bot commented Sep 8, 2024

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

@github-actions github-actions bot added the Stale label Sep 8, 2024
@Luozf12345 Luozf12345 removed the Stale label Sep 9, 2024
Copy link
Contributor

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

Copy link
Contributor

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

Copy link
Contributor

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

@Luozf12345
Copy link
Collaborator

当前版本已可实现。可以先生成默认Style,再修改自定义参数,例如以下写法:
TDButtonStyle.generateFillStyleByTheme(context, TDButtonTheme.primary, TDButtonStatus.active)
..textColor = Colors.red

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants