DialogProgressContent constructor

const DialogProgressContent({
  1. Key? key,
  2. bool isActionInProgress = false,
  3. String? contentText,
  4. TextStyle? contentTextStyle,
})

Implementation

const DialogProgressContent({
  super.key,
  this.isActionInProgress = false,
  this.contentText,
  this.contentTextStyle,
});