Exposure constructor
const
Exposure({})
Implementation
const Exposure({
Key? key,
required this.onExpose,
required this.child,
this.onHide,
this.exposeFactor = 0.5,
}) : super(key: key);
const Exposure({
Key? key,
required this.onExpose,
required this.child,
this.onHide,
this.exposeFactor = 0.5,
}) : super(key: key);