BlurTextBit constructor
const
BlurTextBit({})
Implementation
const BlurTextBit({
super.key,
required this.text,
this.animateBy = 'words',
this.direction = 'top',
this.delay = 200,
this.stepDuration = 0.35,
this.threshold = 0.1,
this.rootMargin = '0px',
this.onAnimationComplete,
});