소스 검색

fix platform

lucky1213 4 년 전
부모
커밋
c5c9ef5abd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      packages/zefyr/lib/src/widgets/common.dart

+ 3
- 0
packages/zefyr/lib/src/widgets/common.dart 파일 보기

@@ -75,6 +75,9 @@ class _ZefyrLineState extends State<ZefyrLine> {
75 75
         case TargetPlatform.fuchsia:
76 76
           cursorColor = theme.cursorColor;
77 77
           break;
78
+        default:
79
+          cursorColor = theme.cursorColor;
80
+          break;
78 81
       }
79 82
 
80 83
       content = EditableBox(