onThrowResult property

(void Function(dynamic result)?) onThrowResult
final

A callback that is called whenever PanelController.throwResult or PanelController.popWithThrowResult is called.

Implementation

final void Function(dynamic result)? onThrowResult;