onTapBack property

(dynamic Function()?) onTapBack
final

Event fired when leading returns is tapped. The return leading is created when the value of the leading parameter is null.

Implementation

final Function()? onTapBack;