applyTheme method

void applyTheme(
  1. Brightness brightness
)

Apply theme settings

Implementation

void applyTheme(Brightness brightness) {
  // Can be extended for theme-specific overrides
}