mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
use get instead of static value
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -125,7 +125,7 @@ class _ToolbarTheme {
|
||||
: EdgeInsets.fromLTRB(6, 14, 6, 14);
|
||||
static const double menuButtonBorderRadius = 3.0;
|
||||
|
||||
static final borderColor =
|
||||
static get borderColor =>
|
||||
MyTheme.currentThemeMode() == ThemeMode.light ? bordLight : bordDark;
|
||||
|
||||
static final defaultMenuStyle = MenuStyle(
|
||||
|
||||
Reference in New Issue
Block a user