OverlayGlow constructor

const OverlayGlow({
  1. required BoxShadow boxShadow,
  2. required Rect rect,
})

Implementation

const OverlayGlow({required this.boxShadow, required this.rect});