textHeightBehavior method

TextStyler textHeightBehavior(
  1. TextHeightBehaviorMix value
)

Sets the textHeightBehavior.

Implementation

TextStyler textHeightBehavior(TextHeightBehaviorMix value) {
  return merge(TextStyler(textHeightBehavior: value));
}