MorphConfig constructor
const
MorphConfig({ - Duration duration = const Duration(milliseconds: 400),
- Curve curve = Curves.easeInOutCubic,
- bool morphSize = true,
- bool morphDecoration = true,
- bool clipDuringMorph = true,
- Alignment alignment = Alignment.center,
})
Implementation
const MorphConfig({
this.duration = const Duration(milliseconds: 400),
this.curve = Curves.easeInOutCubic,
this.morphSize = true,
this.morphDecoration = true,
this.clipDuringMorph = true,
this.alignment = Alignment.center,
});