wip: gesture solution.
This commit is contained in:
@@ -22,4 +22,5 @@ var darkTheme = ThemeData.dark().copyWith(
|
||||
borderRadius: BorderRadius.circular(defaultBorderRadius),
|
||||
),
|
||||
),
|
||||
dialogBackgroundColor: Color(0xff202020),
|
||||
);
|
||||
|
||||
@@ -22,4 +22,5 @@ var lightTheme = ThemeData.light().copyWith(
|
||||
borderRadius: BorderRadius.circular(defaultBorderRadius),
|
||||
),
|
||||
),
|
||||
dialogBackgroundColor: Color(0xfffefefe),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user