buttonCustomIcon property
Optional custom icon from CupertinoIcons, Icons, or any IconData for the button. If provided, this takes precedence over buttonIcon but not buttonImageAsset.
Implementation
final IconData? buttonCustomIcon;
Optional custom icon from CupertinoIcons, Icons, or any IconData for the button. If provided, this takes precedence over buttonIcon but not buttonImageAsset.
final IconData? buttonCustomIcon;