FlipperShadow constructor
const
FlipperShadow({})
Implementation
const FlipperShadow(
{Key? key,
required this.width,
this.blurSigma = 11,
this.height = 7,
this.color = const Color(0xff8a8a8a),
this.spacing = 30})
: super(key: key);