Skip to content

Commit c35e4b9

Browse files
committed
dart doesn't use @param
1 parent 5240c03 commit c35e4b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/screenutil.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ class ScreenUtil {
110110
num setHeight(num height) => height * scaleHeight;
111111

112112
///字体大小适配方法
113-
///@param [fontSize] UI设计上字体的大小,单位px.
113+
///- [fontSize] UI设计上字体的大小,单位px.
114114
///Font size adaptation method
115-
///@param [fontSize] The size of the font on the UI design, in px.
116-
///@param [allowFontScaling]
115+
///- [fontSize] The size of the font on the UI design, in px.
116+
///- [allowFontScaling]
117117
num setSp(num fontSize, {bool allowFontScalingSelf}) =>
118118
allowFontScalingSelf == null
119119
? (allowFontScaling

0 commit comments

Comments
 (0)