mirror of
https://github.com/foss42/apidash.git
synced 2025-05-21 00:09:55 +08:00
fix: Material theme deprecations
This commit is contained in:
@ -60,7 +60,7 @@ class DrawerSplitView extends StatelessWidget {
|
||||
child: IconButton(
|
||||
icon: Icon(
|
||||
rightDrawerIcon ?? Icons.arrow_forward,
|
||||
color: Theme.of(context).colorScheme.onBackground,
|
||||
color: Theme.of(context).colorScheme.onSurface,
|
||||
),
|
||||
onPressed: () {
|
||||
scaffoldKey.currentState!.openEndDrawer();
|
||||
|
Reference in New Issue
Block a user