BackgroundFillGradient constructor

BackgroundFillGradient({
  1. String? extra,
  2. int? client_id,
  3. int32? top_color,
  4. int32? bottom_color,
  5. int32? rotation_angle,
})

Implementation

BackgroundFillGradient({
  super.extra,
  super.client_id,
  this.top_color,
  this.bottom_color,
  this.rotation_angle,
});