applyTheme method

void applyTheme(
  1. Brightness brightness
)

Apply theme-aware settings based on Brightness

Implementation

void applyTheme(Brightness brightness) {
  snackbar.applyTheme(brightness);
  dialog.applyTheme(brightness);
}