Closed Zied-Dahmani closed 2 months ago
Approved.
I am not 100% sure if app bar isn't supposed to change color but no strong opinion on it.
The color change behavior of the AppBar in Flutter's Material 3 (M3) design system is not necessarily a bug but rather a design choice aligned with Material Design guidelines. However, this behavior can become an "issue" if it conflicts with the developer's or designer's vision for the app. This is especially noticeable in light mode, where the color change may not always lead to a visually appealing appearance.
Alright I didn't check light mode - On Aug 31, 2024, at 08:18, Zied Dahmani @.***> wrote:
Approved. I am not 100% sure if app bar isn't supposed to change color but no strong opinion on it.
The color change behavior of the AppBar in Flutter's Material 3 (M3) design system is not necessarily a bug but rather a design choice aligned with Material Design guidelines. However, this behavior can become an "issue" if it conflicts with the developer's or designer's vision for the app. This is especially noticeable in light mode, where the color change may not always lead to a visually appealing appearance.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because your review was requested.Message ID: @.***>
Scope
Ticket
I fixed the issue by setting
scrolledUnderElevation
to0
, which prevents theAppBar
color from changing when scrolling on the transaction details page.Screenshots