applyTheme method
Implementation
@override
void applyTheme(HubbleThemeData theme) {
child.applyTheme(theme);
onPressed?.applyTheme(theme);
}
@override
void applyTheme(HubbleThemeData theme) {
child.applyTheme(theme);
onPressed?.applyTheme(theme);
}