RectNodePatch constructor
const
RectNodePatch({
- required NodeId id,
- CommonNodePatch? common,
- PatchField<
Size> size = const PatchField<Size>.absent(), - PatchField<
Color?> fillColor = const PatchField<Color?>.absent(), - PatchField<
Color?> strokeColor = const PatchField<Color?>.absent(), - PatchField<
double> strokeWidth = const PatchField<double>.absent(),
Implementation
const RectNodePatch({
required super.id,
super.common,
this.size = const PatchField<Size>.absent(),
this.fillColor = const PatchField<Color?>.absent(),
this.strokeColor = const PatchField<Color?>.absent(),
this.strokeWidth = const PatchField<double>.absent(),
});