textScaler method

TextStyler textScaler(
  1. TextScaler value
)

Sets the textScaler.

Implementation

TextStyler textScaler(TextScaler value) {
  return merge(TextStyler(textScaler: value));
}