MorphingFrame constructor
const
MorphingFrame({
- Key? key,
- required MorphController controller,
- required Widget child,
- double minScale = 0.94,
- double maxBlur = 5.0,
Implementation
const MorphingFrame({
super.key,
required this.controller,
required this.child,
this.minScale = 0.94,
this.maxBlur = 5.0,
});