AnimatedOverlay constructor
const
AnimatedOverlay({
- Key? key,
- required BoxConstraints constraints,
- required bool show,
- Color color = const Color(0x66000000),
Implementation
const AnimatedOverlay({
Key? key,
required this.constraints,
required this.show,
this.color = const Color(0x66000000),
}) : super(key: key);