BackgroundOverlay constructor
const
BackgroundOverlay({
- Key? key,
- VoidCallback? onTap,
- required ShapeBorder shape,
- required Animation<
double> animation, - required GlobalKey<
State< dialKey,StatefulWidget> > - required LayerLink layerLink,
- Color color = Colors.white,
- double opacity = 0.7,
Implementation
const BackgroundOverlay({
Key? key,
this.onTap,
required this.shape,
required Animation<double> animation,
required this.dialKey,
required this.layerLink,
this.color = Colors.white,
this.opacity = 0.7,
}) : super(key: key, listenable: animation);