sendResult property Null safety
final
Triggers PanelController.sendResult with result as sendResult when the panel closes.
Not triggered when null.
Needs detachDragging to be true.
Implementation
final Object? sendResult;
Triggers PanelController.sendResult with result as sendResult when the panel closes.
Not triggered when null.
Needs detachDragging to be true.
final Object? sendResult;