applyTheme method
Apply theme-aware settings based on Brightness
Implementation
void applyTheme(Brightness brightness) {
snackbar.applyTheme(brightness);
dialog.applyTheme(brightness);
}
Apply theme-aware settings based on Brightness
void applyTheme(Brightness brightness) {
snackbar.applyTheme(brightness);
dialog.applyTheme(brightness);
}