textHeightBehavior method
Sets the textHeightBehavior.
Implementation
TextStyler textHeightBehavior(TextHeightBehaviorMix value) {
return merge(TextStyler(textHeightBehavior: value));
}
Sets the textHeightBehavior.
TextStyler textHeightBehavior(TextHeightBehaviorMix value) {
return merge(TextStyler(textHeightBehavior: value));
}