FormeDialogConfiguration constructor

FormeDialogConfiguration({
  1. bool barrierDismissible = false,
  2. Color? barrierColor,
  3. String? barrierLabel,
  4. bool useSafeArea = true,
  5. bool useRootNavigator = true,
})

Implementation

FormeDialogConfiguration({
  this.barrierDismissible = false,
  this.barrierColor,
  this.barrierLabel,
  this.useSafeArea = true,
  this.useRootNavigator = true,
});