I want to add a Icon on the right of largeTitle.And I hope that the icon can move with the largeTitle,But now the icon on the trailing on the top-right of the screen,not move with the largeTitle .What can I do to solve the problem?
new CupertinoSliverNavigationBar(
largeTitle: Text('More',style: TextStyle(fontWeight:
FontWeight.bold),),
trailing: Icon(Icons.search,size: 24,color: Colors.black54,),
),