BoxDecoration
BoxDecoration
#
BoxDecoration provides a description of how to paint a box. The box has a border, a body, and may cast a shadow.
image
#
image: DecorationImage | None = None
shape
#
copy_with
#
copy_with(
*,
bgcolor: ColorValue | None = None,
image: DecorationImage | None = None,
border: Border | None = None,
border_radius: BorderRadiusValue | None = None,
shadows: BoxShadowValue | None = None,
gradient: Gradient | None = None,
shape: BoxShape | None = None,
blend_mode: BlendMode | None = None,
)