addIconBuilder property

(Widget Function(Widget addIcon)?) addIconBuilder
final

The builder for the add icon.

This does not build the add button, only its icon.

When null, the add icon is rendered.

Implementation

final Widget Function(Widget addIcon)? addIconBuilder;