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

[iid_theme] add BottomSheet Golden #18

Open
ABausG opened this issue Jul 5, 2023 · 0 comments
Open

[iid_theme] add BottomSheet Golden #18

ABausG opened this issue Jul 5, 2023 · 0 comments

Comments

@ABausG
Copy link
Contributor

ABausG commented Jul 5, 2023

Add Golden Test for bottom Sheet

  goldenTestInLightAndDark(
    description: 'BottomSheet',
    fileName: 'bottom_sheet',
    scenarios: {
      'BottomSheet': BottomSheet(
          onClosing: () {},
          builder: (_) {
            return const SizedBox(
              width: 400,
              height: 600,
            );
          }),
    },
  );
@ABausG ABausG changed the title [iid_theme] [iid_theme] add BottomSheet Golden Sep 15, 2023
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

1 participant