Skip to content

PanItem's text style not working.. #144

@mayur-16

Description

@mayur-16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions