withTextScale method
Implementation
CupertinoVisualStyle withTextScale(double textScaleFactor) {
return this.copyWith(
appBarTextStyle:
appBarTextStyle!.apply(fontSizeFactor: textScaleFactor));
}
CupertinoVisualStyle withTextScale(double textScaleFactor) {
return this.copyWith(
appBarTextStyle:
appBarTextStyle!.apply(fontSizeFactor: textScaleFactor));
}