LoadingOptions constructor
const
LoadingOptions({
- AlignmentGeometry? alignment = Alignment.center,
- double gaussian = 0,
- bool? ignoring,
- bool? absorbing,
- GestureTapCallback? onModalTap,
- Color? backgroundColor,
- TextStyle? textStyle,
- Color? foregroundColor,
- BorderRadiusGeometry? borderRadius,
- bool? borderOnForeground,
- ShapeBorder? shape,
- double? elevation,
- Color? shadowColor,
- BoxConstraints? constraints,
- bool safeLTRB = true,
- bool resizeToAvoidBottomInset = true,
- Curve insetAnimationCurve = Curves.decelerate,
- Duration insetAnimationDuration = const Duration(milliseconds: 100),
- GestureTapCallback? onLoadingTap,
- LoadingBuilder? builder,
- ProgressIndicatorOptions? progressIndicator,
- EdgeInsetsGeometry? padding,
Implementation
const LoadingOptions({
super.alignment = Alignment.center,
super.gaussian,
super.ignoring,
super.absorbing,
super.onModalTap,
super.backgroundColor,
super.textStyle,
super.foregroundColor,
super.borderRadius,
super.borderOnForeground,
super.shape,
super.elevation,
super.shadowColor,
super.constraints,
super.safeLTRB,
super.resizeToAvoidBottomInset,
super.insetAnimationCurve,
super.insetAnimationDuration,
this.onLoadingTap,
this.builder,
this.progressIndicator,
this.padding,
});