onMixStyleBuilder property
When multiple words overlap, multiple TextStyle mix the final TextStyle When mixing more than two TextStyles, the third TextStyle will be remixed with the previous mixed TextStyle
Implementation
final MixStyleBuilder? onMixStyleBuilder;