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.
2 parents c0b3318 + 714c83f commit 502fe2dCopy full SHA for 502fe2d
lib/screenutil.dart
@@ -110,10 +110,10 @@ class ScreenUtil {
110
double 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
double setSp(num fontSize, {bool allowFontScalingSelf}) =>
118
allowFontScalingSelf == null
119
? (allowFontScaling
0 commit comments