ThumbDecoration constructor

ThumbDecoration({
  1. BoxBorder? border,
  2. BorderRadiusGeometry? borderRadius,
  3. Color? color,
  4. Gradient? gradient,
  5. BoxShape shape = BoxShape.rectangle,
  6. List<BoxShadow>? boxShadow,
  7. DecorationImage? image,
  8. BlendMode? backgroundBlendMode,
})

Implementation

ThumbDecoration({
  super.border,
  super.borderRadius,
  super.color,
  super.gradient,
  super.shape,
  super.boxShadow,
  super.image,
  super.backgroundBlendMode,
});