Get style by name.
string $style: The style name.
string|null $default: (optional) The default style if the specified style does not exist.
array|null The style configuration array of the given style or NULL.
public function getStyle($style, $default = NULL);