themeBuilder property

Theme Function()? themeBuilder
final

Optional dynamic theme callback evaluated during each view build.

This allows the app shell to follow external theme state while still publishing the correct terminal background color.

Implementation

final Theme Function()? themeBuilder;