customIcon property

IconData? customIcon
final

Optional custom icon from CupertinoIcons, Icons, or any IconData. If provided, this takes precedence over icon but not imageAsset.

Implementation

final IconData? customIcon;