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

[Question/Bug] leftBarIndicatorColor and borderRadius #153

Open
fernando-s97 opened this issue Aug 13, 2020 · 1 comment
Open

[Question/Bug] leftBarIndicatorColor and borderRadius #153

fernando-s97 opened this issue Aug 13, 2020 · 1 comment

Comments

@fernando-s97
Copy link

Describe the bug
When using leftBarIndicatorColor property alongside borderRadius, the left side doesn't respect the borderRadius property. Is it correct? If so, what about implementing an option to forceBorderRadius?

Paste relevant code

Flushbar(
      message: message,
      icon: const Icon(Icons.warning, color: Colors.red),
      leftBarIndicatorColor: Colors.red,
      duration: _defaultDuration,
      margin: _defaultMargin,
      borderRadius: _defaultBorderRadius,
    ).show(context);

Screenshots
image

@kkizlaitis
Copy link

I am experiencing the same issue. By no means I would call it purposeful... Seems like a bug to me :)

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