customIcon property

IconData? customIcon
final

Optional custom icon for unselected state. Use icons from CupertinoIcons, Icons, or any custom IconData. The icon will be rendered to an image at 25pt (iOS standard tab bar icon size) and sent to the native platform. If provided, this takes precedence over icon.

Examples:

customIcon: CupertinoIcons.house
customIcon: Icons.home

Implementation

final IconData? customIcon;