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
Not able to make change background color to transparent, from bottom sheet background color option is available
The text was updated successfully, but these errors were encountered:
HAving the same issue, When assign Borders to the Container
var value = await showTopModalSheet< String?>( context, Container( height: 100, decoration: BoxDecoration( color: hexStringToColor("151515"), borderRadius: BorderRadius.only( topLeft: Radius.circular(20), bottomLeft: Radius.circular(20), bottomRight: Radius.circular(20), topRight: Radius.circular(20))), ));
there is background color white shown.
Sorry, something went wrong.
Goto the showTopModalSheet and Change the Material( color: Colors.transparent and its fixed.
Material( color: Colors.transparent
No branches or pull requests
Not able to make change background color to transparent, from bottom sheet background color option is available
The text was updated successfully, but these errors were encountered: