iconData property

IconData? iconData
final

The icon data for this BarItem.

This will be used to create a Icon widget to put in the animated text bar. It is shown when the item is selected or unselected

Implementation

final IconData? iconData;