Concatenates two styles.
Style operator +(final Style? otherStyle) => Style({..._rules, if (otherStyle != null) ...otherStyle._rules});