WidgetGenAnnotation constructor

const WidgetGenAnnotation({
  1. bool isAsync = false,
  2. bool addLoading = false,
  3. bool showError = false,
})

Implementation

const WidgetGenAnnotation(
    {this.isAsync = false, this.addLoading = false, this.showError = false});