xxxxxxxxxx
NavigationView(
,
pane: NavigationPane(
children: [
PaneItem(
icon: Icon(FluentIcons.more),
title: const Text('Others'),
infoBadge: const InfoBadge(
source: Text('9'),
),
),
],
),
)