AIBackdropGradient constructor
const
AIBackdropGradient({
- Key? key,
- Widget? child,
- double? height,
- double? width,
- EdgeInsets? padding,
- BorderRadius? borderRadius,
- double blurSigma = 80.0,
- Duration duration = const Duration(seconds: 12),
Implementation
const AIBackdropGradient({
Key? key,
this.child,
this.height,
this.width,
this.padding,
this.borderRadius,
this.blurSigma = 80.0,
this.duration = const Duration(seconds: 12),
}) : super(key: key);