LoadAwareWillPopScope<T extends GetxControllerPlus> constructor

const LoadAwareWillPopScope<T extends GetxControllerPlus>({
  1. Key? key,
  2. required Widget child,
  3. String? tag,
})

Implementation

const LoadAwareWillPopScope({
  Key? key,
  required this.child,
  this.tag,
}) : super(key: key,);