pub fn style_str(style: &Option<String>) -> String
Extract the style string from an Option<String>.
Option<String>
Returns empty string if None.
None