OverlayLayout constructor
const
OverlayLayout({
- Key? key,
- required Widget child,
- dynamic onTap()?,
- Color backgroundColor = Colors.transparent,
- required OverlayLayoutTypeEnum type,
Implementation
const OverlayLayout({
super.key,
required this.child,
this.onTap,
this.backgroundColor = Colors.transparent,
required this.type,
});