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

Убрала прозрачность в navbar для единообразия #407

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

SokolovaDaria
Copy link
Contributor

@SokolovaDaria SokolovaDaria commented Oct 5, 2024

resolves #406

@KriseevM
Copy link
Contributor

KriseevM commented Oct 6, 2024

Про это речь в #406 ?

@SokolovaDaria
Copy link
Contributor Author

Про это речь в #406 ?

Да

Comment on lines 17 to +26
return Stack(
alignment: Alignment.bottomCenter,
children: [
ClipRect(
child: BackdropFilter(
filter: ImageFilter.blur(
sigmaX: 6.0,
sigmaY: 6.0,
),
child: Container(
width: double.maxFinite,
height: 60,
color: Colors.transparent,
),
Positioned(
top: 0,
left: 0,
right: 0,
child: Container(
height: 0.3,
color: Colors.grey.withOpacity(0.5),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мб здесь тогда совсем от этого стека избавиться?

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

Successfully merging this pull request may close these issues.

Изменения в дизайне navbar
3 participants