mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 06:42:07 +08:00
fix: Material theme deprecations
This commit is contained in:
@ -35,7 +35,7 @@ class DashboardSplitViewState extends State<DashboardSplitView> {
|
||||
data: MultiSplitViewThemeData(
|
||||
dividerThickness: 3,
|
||||
dividerPainter: DividerPainters.background(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
color: Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
highlightedColor: Theme.of(context).colorScheme.outline.withOpacity(
|
||||
kHintOpacity,
|
||||
),
|
||||
|
Reference in New Issue
Block a user