MorphState constructor
const
MorphState({
- required MorphPhase phase,
- required double progress,
- bool isDragging = false,
- double velocity = 0.0,
Implementation
const MorphState({
required this.phase,
required this.progress,
this.isDragging = false,
this.velocity = 0.0,
});