applyTheme method
Implementation
void applyTheme(HubbleThemeData theme) {
color.applyTheme(theme);
shadow = Shadow(
color: color.color ?? Colors.black38,
offset: offset,
blurRadius: blurRadius,
);
}
void applyTheme(HubbleThemeData theme) {
color.applyTheme(theme);
shadow = Shadow(
color: color.color ?? Colors.black38,
offset: offset,
blurRadius: blurRadius,
);
}