FLDyUnitBoxDecoration constructor

FLDyUnitBoxDecoration(
  1. String? color,
  2. FLDyUnitDecorationImage? image,
  3. FLDyUnitBorder? border,
  4. FLDyUnitBorderRadius? borderRadius,
  5. List<FLDyUnitBoxShadow>? boxShadow,
  6. String? shape,
)

Implementation

FLDyUnitBoxDecoration(this.color, this.image, this.border, this.borderRadius,
    this.boxShadow, this.shape);