textScaler property

TextScaler? get textScaler

Overrides the default value for TabBar.textScaler.

This property is obsolete and will be deprecated in a future release: please use the TabBarThemeData.textScaler property in data instead.

Implementation

TextScaler? get textScaler => _data != null ? _data.textScaler : _textScaler;