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
BoxShadow not visible in defaultStyle, its visible in other styles.
ZoomDrawer( borderRadius: 10, angle: 0.0, menuScreenWidth: 250, style: DrawerStyle.defaultStyle, drawerShadowsBackgroundColor: Colors.yellow, mainScreenAbsorbPointer: false, boxShadow: const [ BoxShadow( blurRadius: 5, spreadRadius: 5, color: Colors.yellow, //offset: Offset(-50, -50), blurStyle: BlurStyle.normal), BoxShadow( blurRadius:50, spreadRadius: 50, color: Colors.yellow, //offset: Offset(-50, -50), //blurStyle: BlurStyle.normal, ), ], //showShadow: true, menuBackgroundColor: Theme.of(context).appBarTheme.backgroundColor!, controller: controller.z,
The text was updated successfully, but these errors were encountered:
@visign3d could you check if this fixed in latest release
Sorry, something went wrong.
checked, all good ! thanks!
No branches or pull requests
BoxShadow not visible in defaultStyle, its visible in other styles.
The text was updated successfully, but these errors were encountered: