We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.7
No response
showGeneralDialog( context: context, pageBuilder: (BuildContext buildContext, Animation animation, Animation secondaryAnimation) { return TDAlertDialog( content: "没有此账号,是否马上注册?", buttonStyle: TDDialogButtonStyle.text, ); }, );
按钮铺满
The text was updated successfully, but these errors were encountered:
👋 @akaRogi,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
FIX: issue [TDAlertDialog] 按钮样式没有铺满
541dbb1
Tencent#425
No branches or pull requests
tdesign-flutter 版本
0.1.7
重现链接
No response
重现步骤
showGeneralDialog(
context: context,
pageBuilder: (BuildContext buildContext, Animation animation,
Animation secondaryAnimation) {
return TDAlertDialog(
content: "没有此账号,是否马上注册?",
buttonStyle: TDDialogButtonStyle.text,
);
},
);
期望结果
按钮铺满
实际结果
No response
Flutter版本
No response
设备与机型信息
No response
系统版本
No response
补充说明
IssueShoot
The text was updated successfully, but these errors were encountered: