We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5240c03 commit c35e4b9Copy full SHA for c35e4b9
lib/screenutil.dart
@@ -110,10 +110,10 @@ class ScreenUtil {
110
num setHeight(num height) => height * scaleHeight;
111
112
///字体大小适配方法
113
- ///@param [fontSize] UI设计上字体的大小,单位px.
+ ///- [fontSize] UI设计上字体的大小,单位px.
114
///Font size adaptation method
115
- ///@param [fontSize] The size of the font on the UI design, in px.
116
- ///@param [allowFontScaling]
+ ///- [fontSize] The size of the font on the UI design, in px.
+ ///- [allowFontScaling]
117
num setSp(num fontSize, {bool allowFontScalingSelf}) =>
118
allowFontScalingSelf == null
119
? (allowFontScaling
0 commit comments