LiquidMorphState constructor
const
LiquidMorphState({})
Implementation
const LiquidMorphState({
required this.pathT,
required this.sizeT,
required this.currentDx,
required this.currentDy,
required this.pushDx,
required this.pushDy,
required this.anchorScale,
required this.blend,
required this.containerScale,
required this.phase,
});