withHeaderOverlayGlow method
Implementation
OverlayGlowWidget withHeaderOverlayGlow({required BuildContext context}) {
return OverlayGlowWidget(
child: this, glows: [OverlayGlows.getHeaderGlow(context)]);
}
OverlayGlowWidget withHeaderOverlayGlow({required BuildContext context}) {
return OverlayGlowWidget(
child: this, glows: [OverlayGlows.getHeaderGlow(context)]);
}