mergeWith method

TextStyle mergeWith(
  1. TextStyle? other
)

Combines two styles.

Implementation

TextStyle mergeWith(TextStyle? other) => merge(other);