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
SmartDialog.show( builder: (builder) => Container( width: 321.w, height: 321.h, color: Colors.res,), tag: MusicDialog.tag, alignment: ScreenUtil().orientation == Orientation.portrait? Alignment.bottomCenter:Alignment.leftCenter,, backType: SmartBackType.block, // clickMaskDismiss: false, maskColor: ColorThemeData.black.withOpacity(.6), );
The text was updated successfully, but these errors were encountered:
adjustBuilder可以在尺寸加载完成后重新设置alignment
你这种场景可以在屏幕切换的时候重新调用SmartDialog.show,keekSingle设置为true
Sorry, something went wrong.
adjustmentBuilder可以在尺寸加载完成后重新设置对齐 你这种场景可以在屏幕切换的时候重新调用SmartDialog.show,keekSingle设置为true
adjustmentBuilder可以在尺寸加载完成后重新设置对齐
keekSingle设置为true可行,
No branches or pull requests
版本信息
Alignment.bottomCenter的dialog,在屏幕旋转后,我能否可以改为Alignment.leftCenter的方式去关闭它
问题demo
The text was updated successfully, but these errors were encountered: