fix(mobile): `selectedIcon` not set when the device is landscape (#17027)

pull/16918/head
Damiano Ferrari 2025-03-24 16:50:49 +01:00 committed by GitHub
parent 9e015c7f97
commit a77608e36b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ class TabControllerPage extends HookConsumerWidget {
(e) => NavigationRailDestination(
icon: e.icon,
label: Text(e.label),
selectedIcon: e.selectedIcon,
),
)
.toList(),