LoadAwareGetView<T extends GetxControllerPlus> constructor

const LoadAwareGetView<T extends GetxControllerPlus>({
  1. Key? key,
  2. String? tag,
  3. required ValueWidgetBuilder<bool> builder,
  4. Widget? child,
  5. bool ignorePointer = true,
  6. String? controllerTag,
})

Implementation

const LoadAwareGetView({
  Key? key,
  this.tag,
  required this.builder,
  this.child,
  this.ignorePointer = true,
  this.controllerTag,
}): super(key: key,);