FillEditor constructor

const FillEditor({
  1. Key? key,
  2. required ElementId nodeId,
  3. required InspectorContext inspector,
  4. required FillFieldIds ids,
  5. String? header = 'Fill',
  6. List<int>? swatchesArgb32,
})

Implementation

const FillEditor({
  super.key,
  required this.nodeId,
  required this.inspector,
  required this.ids,
  this.header = 'Fill',
  this.swatchesArgb32,
});