LoadingThemeData constructor
const
LoadingThemeData({})
Implementation
const LoadingThemeData({
this.dismissible = true,
this.curve = Curves.easeInOut,
this.alignment = Alignment.center,
this.barrierColor = Colors.black38,
this.reverseCurve = Curves.easeInOutBack,
this.style = const LoadingOverlayStyle(),
});