FillEditor constructor
const
FillEditor({
- Key? key,
- required ElementId nodeId,
- required InspectorContext inspector,
- required FillFieldIds ids,
- String? header = 'Fill',
- List<
int> ? swatchesArgb32,
Implementation
const FillEditor({
super.key,
required this.nodeId,
required this.inspector,
required this.ids,
this.header = 'Fill',
this.swatchesArgb32,
});