customIcon property

  1. @Deprecated('Use icon instead of customIcon')
IconData? customIcon
final

Optional custom icon. If null, default circle icon is used.

Implementation

@Deprecated('Use icon instead of customIcon')
final IconData? customIcon;