-
-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Labels
s: UIThis issue is related with UI or layout.This issue is related with UI or layout.
Description
Describe the bug (描述)
I'm using the following code:
appBarTheme: const AppBarTheme(
brightness: Brightness.light,
elevation: 100.0,
)
on AssetPicker initialization.
But it doesn't seem to have an effect. There is still no effect displayed. Can you have a look into this? I couldn't really find a solution as you are using your own fixedAppBar implementation.
What I tried:
Changing the color of the Box Shadow: This works, but its not the elevation effect, but just an "overall" shadow on the AppBar:
My expectation:
Having some parameters or the possibility to pass my own appbar to make it look like this:
Thank you Andrew, you are the best! Let me know if you need additional information.
Cheers,
Marcel
Metadata
Metadata
Assignees
Labels
s: UIThis issue is related with UI or layout.This issue is related with UI or layout.

