Skip to content

[wave-53] GradientScaffoldWrapper backarrow added#68

Open
Ars5njo wants to merge 3 commits intomasterfrom
wave-53
Open

[wave-53] GradientScaffoldWrapper backarrow added#68
Ars5njo wants to merge 3 commits intomasterfrom
wave-53

Conversation

@Ars5njo
Copy link
Copy Markdown
Contributor

@Ars5njo Ars5njo commented Oct 9, 2025

Closes #67

@Ars5njo Ars5njo requested a review from AnisimovTema October 9, 2025 20:17
@Ars5njo Ars5njo self-assigned this Oct 9, 2025
),
child: IconButton(
onPressed: onTapBack?.call,
icon: Icon(Icons.chevron_left),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

посмотри в дизайне, там кастомная svgшка

onPressed: onTapBack?.call,
icon: Icon(Icons.chevron_left),
iconSize: 24,
color: showArrow ? Colors.white : Colors.transparent,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

там точно фулл белый, по дизайну? проверь

bottom: 20,
),
child: IconButton(
onPressed: onTapBack?.call,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

проверял? вызывается?

final Widget child;
final bool showLogo;
final double? iosTopPadding;
final VoidCallback? onTapBack;
Copy link
Copy Markdown
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.

[Wave-53] добавить стрелку назад в GradientScaffoldWrapper

2 participants