lucky1213 преди 5 години
родител
ревизия
c5c9ef5abd
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      packages/zefyr/lib/src/widgets/common.dart

+ 3
- 0
packages/zefyr/lib/src/widgets/common.dart Целия файл

75
         case TargetPlatform.fuchsia:
75
         case TargetPlatform.fuchsia:
76
           cursorColor = theme.cursorColor;
76
           cursorColor = theme.cursorColor;
77
           break;
77
           break;
78
+        default:
79
+          cursorColor = theme.cursorColor;
80
+          break;
78
       }
81
       }
79
 
82
 
80
       content = EditableBox(
83
       content = EditableBox(