goBack property

GestureTapCallback get goBack

Implementation

GestureTapCallback get goBack => () {
      Navigator.pop(context);
    };