LoadingScaffoldWidget constructor

const LoadingScaffoldWidget({
  1. Key? key,
  2. String? text,
  3. Widget? title,
  4. bool? showBackArrow,
})

Implementation

const LoadingScaffoldWidget({
  Key? key,
  this.text,
  this.title,
  this.showBackArrow,
}) : super(key: key);