CDKDialogOuterShadowPainter constructor

CDKDialogOuterShadowPainter(
  1. {required Color colorBackground,
  2. required Path pathContour,
  3. required bool isLightTheme}
)

Implementation

CDKDialogOuterShadowPainter(
    {required this.colorBackground,
    required this.pathContour,
    required this.isLightTheme});