OverlayGlowWidget constructor
const
OverlayGlowWidget({
- Key? key,
- required Widget child,
- List<
OverlayGlow> glows = const [],
Implementation
const OverlayGlowWidget(
{Key? key, required this.child, this.glows = const []})
: super(key: key);