ThemeBuilder typedef
Signature for a function that builds a widget subtree based on current theme data.
Used by AppThemeBuilder to construct UI elements responsive to theme changes.
Implementation
typedef ThemeBuilder = Widget Function(ThemeData? theme);