DanUIBlurredText constructor
const
DanUIBlurredText({})
Implementation
const DanUIBlurredText({
super.key,
this.text,
this.style,
this.blurRadius = 5,
this.offset = 5,
this.color = Colors.white,
this.shadowColor = Colors.black,
this.backgroundColor = Colors.transparent,
this.overlayWidget,
this.borderRadius = 10,
});