BackgroundEntity constructor
BackgroundEntity({
- String? backgroundImageId,
- bool? useProfilePhotoAsBackground,
- int? beginGradientPosition,
- int? endGradientPosition,
- ShadowEntity? shadow,
- List<
DecorationColorEntity> ? decorationColors, - BorderRadiusEntity? borderRadius,
- bool? border,
- EdgeInsetsGeometryEntity? padding,
- EdgeInsetsGeometryEntity? margin,
Implementation
BackgroundEntity({
this.backgroundImageId,
this.useProfilePhotoAsBackground,
this.beginGradientPosition,
this.endGradientPosition,
this.shadow,
this.decorationColors,
this.borderRadius,
this.border,
this.padding,
this.margin,
});