DecorationColorEntity constructor

DecorationColorEntity({
  1. RgbEntity? color,
  2. double? stop,
})

Implementation

DecorationColorEntity({
  this.color,
  this.stop,
});