iconData property

List<IconData> iconData
final

Icon data to render in the tab bar. Use this option if you want RollingNavBar to manage your tabs' colors. Pass this or children.

Implementation

final List<IconData> iconData;