ShadowsCustomPainter constructor

ShadowsCustomPainter({
  1. required BuildContext context,
  2. required double contentMarginBottom,
  3. required double contentMarginTop,
  4. required Color backgroundColor,
})

Implementation

ShadowsCustomPainter({
  required this.context,
  required this.contentMarginBottom,
  required this.contentMarginTop,
  required this.backgroundColor,
});