FlipperShadowPainter constructor

FlipperShadowPainter({
  1. required double blurSigma,
  2. required double width,
  3. required Color color,
  4. required double height,
})

Implementation

FlipperShadowPainter({
required this.blurSigma,
required this.width,
required this.color,
  required this.height,
});