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