OverlayGlowWidget constructor

const OverlayGlowWidget({
  1. Key? key,
  2. required Widget child,
  3. List<OverlayGlow> glows = const [],
})

Implementation

const OverlayGlowWidget(
    {Key? key, required this.child, this.glows = const []})
    : super(key: key);