withOverlayGlow method
Implementation
OverlayGlowWidget withOverlayGlow({required List<OverlayGlow> glows}) {
return OverlayGlowWidget(child: this, glows: glows);
}
OverlayGlowWidget withOverlayGlow({required List<OverlayGlow> glows}) {
return OverlayGlowWidget(child: this, glows: glows);
}