GetBackgroundColorsResult constructor

GetBackgroundColorsResult({
  1. List<String>? backgroundColors,
  2. String? computedFontSize,
  3. String? computedFontWeight,
})

Implementation

GetBackgroundColorsResult({
  this.backgroundColors,
  this.computedFontSize,
  this.computedFontWeight,
});