cancelFunc property

dynamic Function()? cancelFunc
getter/setter pair

A callback function to be invoked when the overlay is closed.

Implementation

Function()? cancelFunc;