BirthdayEffectTwo constructor
const
BirthdayEffectTwo({})
Implementation
const BirthdayEffectTwo(
{Key? key, required this.viewWidth, required this.viewHeight,
required this.startX, required this.startY,
required this.startX1, required this.startY1,
required this.startX2, required this.startY2,
this.delaySec = 0, this.delaySec1 = 2, this.delaySec2 = 4, this.durationSec = 2
})
: super(key: key);