onBack property

dynamic Function()? onBack
final

()=> Get.back() or Navigator.pop(context) etc

Implementation

final Function()? onBack;