mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
Update config_page.dart
This commit is contained in:
@@ -33,6 +33,9 @@ class _ConfigPageState extends State<ConfigPage> {
|
|||||||
styleOptions: EditorModelStyleOptions(
|
styleOptions: EditorModelStyleOptions(
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
heightOfContainer: MediaQuery.of(context).size.height - kToolbarHeight - kBottomNavigationBarHeight - 150,
|
heightOfContainer: MediaQuery.of(context).size.height - kToolbarHeight - kBottomNavigationBarHeight - 150,
|
||||||
|
editorBorderColor: Theme.of(context).scaffoldBackgroundColor,
|
||||||
|
editButtonBackgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||||
|
editorColor: Theme.of(context).scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
myController.text = model.content;
|
myController.text = model.content;
|
||||||
@@ -69,7 +72,8 @@ class _ConfigPageState extends State<ConfigPage> {
|
|||||||
"title": model.title,
|
"title": model.title,
|
||||||
"content": model.content,
|
"content": model.content,
|
||||||
});
|
});
|
||||||
}),
|
},
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Reference in New Issue
Block a user