applyTheme method
Implementation
@override
void applyTheme(HubbleThemeData theme) {
if (theme.id == themeObjectHashCode) {
return;
}
themeObjectHashCode = theme.id;
child.applyTheme(theme);
}
@override
void applyTheme(HubbleThemeData theme) {
if (theme.id == themeObjectHashCode) {
return;
}
themeObjectHashCode = theme.id;
child.applyTheme(theme);
}