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

如何调整MSG大小 #207

Closed
yx-design opened this issue Aug 5, 2024 · 2 comments
Closed

如何调整MSG大小 #207

yx-design opened this issue Aug 5, 2024 · 2 comments
Assignees
Labels
unread document Documentation explained, unread documentation

Comments

@yx-design
Copy link

版本信息

  • Flutter版本:
  • 3.19.6
  • flutter_smart_dialog版本:
  • 4.9.7+9

描述bug/需求

// 加载动画
高分辨率机器,动画区域太小,如何调整?

问题demo

// 加载动画
void showLoading({String? msg}) {
SmartDialog.showLoading(
msg: msg ?? "加载中...", // 调整文字大小
clickMaskDismiss: false,
animationType: SmartAnimationType.fade,
backDismiss: true,
);
}

@xdd666t
Copy link
Member

xdd666t commented Aug 5, 2024

QQ_1722851150693

@xdd666t xdd666t self-assigned this Aug 5, 2024
@xdd666t xdd666t added the unread document Documentation explained, unread documentation label Aug 5, 2024
@xdd666t xdd666t closed this as completed Aug 6, 2024
@yx-design
Copy link
Author

谢谢!

QQ_1722851150693

谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unread document Documentation explained, unread documentation
Projects
None yet
Development

No branches or pull requests

2 participants