LoadingOverlayStyle constructor
const
LoadingOverlayStyle({
- TextStyle? hintStyle,
- double space = 14,
- Color? loadingColor,
- Color? backgroundColor,
- int hintMaxLines = 1,
- double loadingSize = 48,
- int loadingIndex = -1,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(14)),
- BoxConstraints constraints = const BoxConstraints.tightFor(width: 80, height: 80),
Implementation
const LoadingOverlayStyle({
this.hintStyle,
this.space = 14,
this.loadingColor,
this.backgroundColor,
this.hintMaxLines = 1,
this.loadingSize = 48,
this.loadingIndex = -1,
this.borderRadius = const BorderRadius.all(Radius.circular(14)),
this.constraints = const BoxConstraints.tightFor(width: 80, height: 80),
});