withHeaderOverlayGlow method

OverlayGlowWidget withHeaderOverlayGlow({
  1. required BuildContext context,
})

Implementation

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