onPressed property

(dynamic Function()?) onPressed
final

The optional callback, defaults to pop the current route

Implementation

final Function()? onPressed;