image property

String? image
final

The image for this BarItem.

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

Implementation

final String? image;