MaskingStack constructor
const
MaskingStack({
- required MaskingOption show,
- required AnimationController controller,
- MaskingOption? next,
- double? opacity,
- Key? key,
Implementation
const MaskingStack({
required this.show,
required this.controller,
this.next,
this.opacity,
super.key,
});