Skip to content

Commit 8ca2aad

Browse files
author
Nguyen Dat
committed
fix maxline
1 parent aa56c60 commit 8ca2aad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/style.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ class Style {
288288
//TODO merge border
289289
alignment: other.alignment,
290290
markerContent: other.markerContent,
291+
291292
maxLine: other.maxLine,
292293
);
293294
}
@@ -321,6 +322,7 @@ class Style {
321322
textShadow: child.textShadow ?? textShadow,
322323
whiteSpace: child.whiteSpace ?? whiteSpace,
323324
wordSpacing: child.wordSpacing ?? wordSpacing,
325+
maxLine: child.maxLine ?? maxLine,
324326
);
325327
}
326328

0 commit comments

Comments
 (0)