Skip to content

inheriting Theme from app #218

Answered by hm21
amirharati asked this question in Q&A
Sep 11, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

If no parameter is set to modify the bottom-navbar, the editor will default to the standard theme. Additionally, you can apply a custom theme to the editor directly, as shown below:

configs: ProImageEditorConfigs(
      theme: ThemeData.dark(),
)

If you want to modify an entire widget, such as replacing the full app-bar, you can refer to this example, which demonstrates how to replace most widgets.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@amirharati
Comment options

@hm21
Comment options

Answer selected by amirharati
@amirharati
Comment options

@hm21
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants