feat:增加主题色存储本地的功能
This commit is contained in:
@@ -82,6 +82,7 @@ class _TodoFormState extends State<TodoForm> {
|
||||
),
|
||||
),
|
||||
hintText: '请输入待办事项标题...',
|
||||
hintStyle: TextStyle(color: Colors.grey),
|
||||
counterText: '',
|
||||
suffixText: '${provider.formItem.title.length}/$maxTitleCount',
|
||||
border: OutlineInputBorder(
|
||||
@@ -126,6 +127,7 @@ class _TodoFormState extends State<TodoForm> {
|
||||
decoration: InputDecoration(
|
||||
labelText: '内容',
|
||||
hintText: '请输入待办事项内容...',
|
||||
hintStyle: TextStyle(color: Colors.grey),
|
||||
counterText: '',
|
||||
suffixText: '${provider.formItem.content.length}/$maxContentCount',
|
||||
border: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user