BackgroundModel constructor
BackgroundModel({
- PublicMediumModel? backgroundImage,
- bool? useProfilePhotoAsBackground,
- StartGradientPosition? beginGradientPosition,
- EndGradientPosition? endGradientPosition,
- ShadowModel? shadow,
- List<
DecorationColorModel> ? decorationColors, - BorderRadiusModel? borderRadius,
- bool? border,
- EdgeInsetsGeometryModel? padding,
- EdgeInsetsGeometryModel? margin,
Implementation
BackgroundModel({
this.backgroundImage,
this.useProfilePhotoAsBackground,
this.beginGradientPosition,
this.endGradientPosition,
this.shadow,
this.decorationColors,
this.borderRadius,
this.border,
this.padding,
this.margin,
});