am not able to change the text style of the Text() widget inside title property of PanItem().
here is my code...
PaneItem(
icon: const Icon(FluentIcons.completed),
title: Text("Work finished",style: TextStyle(color: Colors.red),),
),
i came to know that we can achieve that using NavigationPaneThemeData, but i dont know where to use it.
am not able to change the text style of the
Text()widget inside title property ofPanItem().here is my code...
i came to know that we can achieve that using NavigationPaneThemeData, but i dont know where to use it.