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

BoxShadow not visible in defaultStyle #88

Closed
visign3d opened this issue Apr 8, 2022 · 2 comments
Closed

BoxShadow not visible in defaultStyle #88

visign3d opened this issue Apr 8, 2022 · 2 comments

Comments

@visign3d
Copy link

visign3d commented Apr 8, 2022

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,
@medyas
Copy link
Owner

medyas commented Apr 10, 2022

@visign3d could you check if this fixed in latest release

@visign3d
Copy link
Author

@visign3d could you check if this fixed in latest release

checked, all good ! thanks!

@medyas medyas closed this as completed Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants