tapBehaviorButtonBuilder property
final
A builder that is called to create the button that changes the default tap behavior when Select Widget mode is enabled.
The onPressed
callback passed as an argument to the builder should be
hooked up to the returned widget.
The button UI should respond to the selectionOnTapEnabled
argument.
Implementation
final TapBehaviorButtonBuilder? tapBehaviorButtonBuilder;