applyTheme method
Implementation
@override
void applyTheme(HubbleThemeData theme) {
title?.applyTheme(theme);
action?.applyTheme(theme);
leading?.applyTheme(theme);
}
@override
void applyTheme(HubbleThemeData theme) {
title?.applyTheme(theme);
action?.applyTheme(theme);
leading?.applyTheme(theme);
}