moveExitWidgetSelectionButtonBuilder property

MoveExitWidgetSelectionButtonBuilder? moveExitWidgetSelectionButtonBuilder
final

A builder that is called to create the button that moves the exit select- mode button to the right or left.

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 leftAligned argument.

Implementation

final MoveExitWidgetSelectionButtonBuilder? moveExitWidgetSelectionButtonBuilder;