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
直接调用demo报错
void _show() async { SmartDialog.show(builder: (_) { return Container( height: 80, width: `180,` decoration: BoxDecoration( color: Colors.black, borderRadius: BorderRadius.circular(10), ), alignment: Alignment.center, child: const Text( 'easy custom dialog', style: TextStyle(color: Colors.white), ), ); });
The text was updated successfully, but these errors were encountered:
@yc0524 how did you solve it?
Sorry, something went wrong.
No branches or pull requests
版本信息
描述bug/需求
直接调用demo报错
问题demo
The text was updated successfully, but these errors were encountered: