1.1.0 release

This commit is contained in:
jyuesong
2022-06-08 10:42:26 +08:00
parent 5698277301
commit 4e3f8a0df9
2 changed files with 19 additions and 0 deletions

View File

@@ -120,6 +120,15 @@ class _ScriptEditPageState extends ConsumerState<ScriptEditPage> {
child: CodeField(
controller: _codeController!,
expands: true,
wrap: true,
lineNumberStyle: const LineNumberStyle(
width: 0,
margin: 0,
textStyle: TextStyle(
color: Colors.transparent,
fontSize: 0,
),
),
background: ref.watch(themeProvider).themeColor.tabBarColor(),
),
),