CsLoadingContainer constructor

CsLoadingContainer({
  1. Key? key,
  2. Widget? indicator,
  3. String? text,
  4. bool animation = true,
  5. bool isShowMask = false,
})

Implementation

CsLoadingContainer({Key? key, this.indicator, this.text, this.animation = true, this.isShowMask = false})
    : super(key: key);