TranslucentDecoration constructor Null safety
- {Color? color,
- DecorationImage? image,
- BoxBorder? border,
- BorderRadiusGeometry? borderRadius,
- List<
BoxShadow> ? boxShadow, - Gradient? gradient,
- BlendMode? backgroundBlendMode,
- BoxShape shape = BoxShape.rectangle}
Implementation
const TranslucentDecoration({
super.color,
super.image,
super.border,
super.borderRadius,
super.boxShadow,
super.gradient,
super.backgroundBlendMode,
super.shape = BoxShape.rectangle,
});