FFill constructor

const FFill({
  1. FFillType type = FFillType.solid,
  2. Alignment? begin,
  3. Alignment? end,
  4. Alignment? center,
  5. double? radius,
  6. FBoxFit? boxFit,
  7. String? paletteStyle,
  8. List<FFillElement> levels = const [FFillElement(color: '000000', stop: 0)],
  9. ID? variableID,
  10. JsonGetAttribute? jsonGetAttribute,
})

Constructor

Implementation

const FFill({
  this.type = FFillType.solid,
  this.begin,
  this.end,
  this.center,
  this.radius,
  this.boxFit,
  this.paletteStyle,
  this.levels = const [FFillElement(color: '000000', stop: 0)],
  this.variableID,
  this.jsonGetAttribute,
});