applyTheme method

void applyTheme(
  1. HubbleThemeData theme
)

Implementation

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