BackgroundEntity constructor

BackgroundEntity({
  1. String? backgroundImageId,
  2. bool? useProfilePhotoAsBackground,
  3. int? beginGradientPosition,
  4. int? endGradientPosition,
  5. ShadowEntity? shadow,
  6. List<DecorationColorEntity>? decorationColors,
  7. BorderRadiusEntity? borderRadius,
  8. bool? border,
  9. EdgeInsetsGeometryEntity? padding,
  10. EdgeInsetsGeometryEntity? margin,
})

Implementation

BackgroundEntity({
  this.backgroundImageId,
  this.useProfilePhotoAsBackground,
  this.beginGradientPosition,
  this.endGradientPosition,
  this.shadow,
  this.decorationColors,
  this.borderRadius,
  this.border,
  this.padding,
  this.margin,
});