buttonCustomIcon property

IconData? buttonCustomIcon
final

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;