LouisShark
Results
2
comments of
LouisShark
这个问题解决了吗 > ../../../.pub-cache/hosted/pub.flutter-io.cn/unpub-2.0.0/lib/src/app.dart:113:48: Error: The argument type 'String?' can't be assigned to the parameter type 'Object' because 'String?' is nullable and 'Object' isn't. > > * 'Object' is from 'dart:core'....
我是在theme里面这样设置的 `@drawable/cursor_color_blue` 其实就是设置edittext的光标颜色@ChangBaofeng